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

Tanım

Koleksiyonun salt okunur olup olmadığını belirten bir değer alır.

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 okunursa true; değilse, false.

Uygulamalar

Açıklamalar

Bu özelliğin değerini almak bir O(1) işlemidir.

Şunlara uygulanır