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

Properties

Name

Methods

Format(Int32, String)
GetMatches(Int32)
TryFormat(Int32, String, String)
TryGetMatches(Int32, IReadOnlyList<String>)

Applies to