Edit

Share via


IUtcFieldList Interface

Definition

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

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>)

Applies to