Struct GenericPropertyTKey

GenericProperty<TKey> structure

Représente une propriété de conteneur.

public struct GenericProperty<TKey>
    where TKey : struct
ParamètreLa description
TKeyType de valeur de propriété.

Constructeurs

NomLa description
GenericProperty(string)Initialise une nouvelle instance duGenericProperty structure.

Propriétés

NomLa description
Name { get; }Obtient un nom de la propriété.
Value { get; }Obtient une valeur de la propriété.

Voir également