Share via


ImmutableSortedSet<T>.ICollection<T>.IsReadOnly Özellik

Tanım

Sabit koleksiyonlar her zaman salt okunur olduğundan true döndürür. Arabirimine ICollection<T> bakın.

property bool System::Collections::Generic::ICollection<T>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<T>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<T>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of T).IsReadOnly

Özellik Değeri

Koleksiyonun salt okunur olup olmadığını gösteren boole değeri.

Uygulamalar

Şunlara uygulanır