IGenericEventFlags 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 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
-
IEnumerable<KeyValuePair<Int32,String>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<Int32,String>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<Int32,String> IEnumerable
Properties
Name |
Methods
Format(Int32, String) | |
GetMatches(Int32) | |
TryFormat(Int32, String, String) | |
TryGetMatches(Int32, IReadOnlyList<String>) |