다음을 통해 공유


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

정의

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

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

속성 값

TValue

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

구현

적용 대상