다음을 통해 공유


TempDataDictionary.Keys 속성

정의

개체에 ICollection<T> 있는 요소의 키가 들어 있는 개체를 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)

속성 값

개체에 있는 요소의 키입니다 IDictionary<TKey,TValue> .

구현

적용 대상