ValueProviderDictionary.Keys Propriedade

Definição

Obtém uma coleção que contém as chaves da IDictionary<TKey,TValue> instância.

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

Valor da propriedade

ICollection<String>

Uma coleção que contém as chaves do objeto que implementa a IDictionary<TKey,TValue> interface.

Implementações

Aplica-se a