IUtcFieldList Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IUtcFieldList : Microsoft.Windows.EventTracing.IReadOnlyKeyedList<string,Microsoft.Windows.EventTracing.Utc.IUtcField>, System.Collections.Generic.IEnumerable<Microsoft.Windows.EventTracing.Utc.IUtcField>, System.Collections.Generic.IReadOnlyCollection<Microsoft.Windows.EventTracing.Utc.IUtcField>, System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Utc.IUtcField>
type IUtcFieldList = interface
interface IReadOnlyKeyedList<string, IUtcField>
interface IReadOnlyList<IUtcField>
interface seq<IUtcField>
interface IEnumerable
interface IReadOnlyCollection<IUtcField>
Public Interface IUtcFieldList
Implements IEnumerable(Of IUtcField), IReadOnlyCollection(Of IUtcField), IReadOnlyKeyedList(Of String, IUtcField), IReadOnlyList(Of IUtcField)
- Implements
-
IReadOnlyKeyedList<String,IUtcField> IEnumerable<IUtcField> IEnumerable<T> IEnumerable<TValue> IReadOnlyCollection<IUtcField> IReadOnlyCollection<T> IReadOnlyCollection<TValue> IReadOnlyList<IUtcField> IReadOnlyList<TValue> IEnumerable
Properties
Dictionary | (Inherited from IReadOnlyKeyedList<TKey,TValue>) |
Item[TKey] | (Inherited from IReadOnlyKeyedList<TKey,TValue>) |
Keys | (Inherited from IReadOnlyKeyedList<TKey,TValue>) |
Methods
ContainsKey(TKey) | (Inherited from IReadOnlyKeyedList<TKey,TValue>) |
TryGetValue(TKey, TValue) | (Inherited from IReadOnlyKeyedList<TKey,TValue>) |