SynchronizedReadOnlyCollection<T>.Items Özellik
Tanım
İş parçacığı güvenli, salt okunurdur koleksiyonda bulunan öğelerin listesini alır.Gets the list of elements contained in the thread-safe, read-only collection.
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>İş parçacığı güvenli, salt yazılır koleksiyonda bulunan öğeler.The IList<T> of elements that are contained in the thread-safe, read-only collection.