Int32Collection.Enumerator.Current 속성

정의

컬렉션의 현재 요소를 가져옵니다.

public:
 property int Current { int get(); };
public int Current { get; }
member this.Current : int
Public ReadOnly Property Current As Integer

속성 값

Int32

컬렉션에 있는 현재 요소입니다.

구현

적용 대상