Collection<T>.Items 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 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) 작업입니다.