SynchronizedCollection<T>.Items 속성

정의

스레드로부터 안전한 컬렉션에 포함된 요소의 목록을 가져옵니다.

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

속성 값

스레드로부터 안전한 읽기 전용 컬렉션에 포함된 요소의 IList<T>입니다.

적용 대상