Redagować

Udostępnij przez


IGenericEventFlags Interface

Definition

public interface IGenericEventFlags : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<int,string>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<int,string>>, System.Collections.Generic.IReadOnlyDictionary<int,string>
type IGenericEventFlags = interface
    interface IReadOnlyDictionary<int, string>
    interface seq<KeyValuePair<int, string>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<int, string>>
Public Interface IGenericEventFlags
Implements IEnumerable(Of KeyValuePair(Of Integer, String)), IReadOnlyCollection(Of KeyValuePair(Of Integer, String)), IReadOnlyDictionary(Of Integer, String)
Implements

Applies to