Collection<T>.Items 속성

정의

IList<T>을 둘러싸는 Collection<T> 래퍼를 가져옵니다.

protected:
 property System::Collections::Generic::IList<T> ^ Items { System::Collections::Generic::IList<T> ^ get(); };
protected System.Collections.Generic.IList<T> Items { get; }
member this.Items : System.Collections.Generic.IList<'T>
Protected ReadOnly Property Items As IList(Of T)

속성 값

IList<T>을 둘러싸는 Collection<T> 래퍼입니다.

설명

래퍼는 클래스의 IList<T> 기능을 제공하고 의 Collection<T>모든 요소를 노출합니다.

이 속성 값을 검색하는 것은 O(1) 연산입니다.

적용 대상