다음을 통해 공유


EmptyEnumerator.Current 속성

정의

빈 열거자를 나타내는 오류를 발생시킵니다.

public:
 property System::Object ^ Current { System::Object ^ get(); };
public object Current { get; }
member this.Current : obj
Public ReadOnly Property Current As Object

속성 값

개체입니다.

구현

설명

이 메서드는 컬렉션에서 현재 개체를 가져옵니다. 이 경우 EmptyEnumerator컬렉션에서 검색할 현재 개체가 없습니다. 이 메서드를 사용하면 오류가 발생합니다.

적용 대상