PropertyKeyedCollection1.Item

PropertyKeyedCollection<T> indexer

Obtient la propriété associée à la clé spécifiée.

public T this[string name] { get; }
ParamètreLa description
nameLe nom de la propriété à obtenir.

Return_Value

La propriété associée au nom spécifié.

Voir également