SynchronizedCollection<T>.Items Özellik

Tanım

İş parçacığı güvenli koleksiyonunda bulunan öğelerin listesini alır.

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)

Özellik Değeri

IList<T> İş parçacığı güvenli, salt okunur koleksiyonunda bulunan öğelerin sayısı.

Şunlara uygulanır