SynchronizedReadOnlyCollection<T>.Items Özellik

Tanım

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

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)

Özellik Değeri

IList<T>

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

Şunlara uygulanır