Condividi tramite


TempDataDictionary.Keys Proprietà

Definizione

Ottiene un ICollection<T> oggetto contenente le chiavi degli elementi nell'oggetto IDictionary<TKey,TValue> .

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

Valore della proprietà

Chiavi degli elementi nell'oggetto IDictionary<TKey,TValue> .

Implementazioni

Si applica a