IGenericEventEnum 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 IGenericEventEnum : 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 IGenericEventEnum = interface
interface IReadOnlyDictionary<int, string>
interface seq<KeyValuePair<int, string>>
interface IEnumerable
interface IReadOnlyCollection<KeyValuePair<int, string>>
Public Interface IGenericEventEnum
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 |