다음을 통해 공유


OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator.Current 속성

정의

열거자의 현재 위치에 있는 컬렉션의 요소를 가져옵니다.

public:
 property TKey Current { TKey get(); };
public TKey Current { get; }
member this.Current : 'Key
Public ReadOnly Property Current As TKey

속성 값

TKey

열거자의 현재 위치에 있는 컬렉션의 요소입니다.

구현

적용 대상