ImmutableHashSet<T>.ICollection<T>.IsReadOnly Propriété

Définition

Consultez l’interface ICollection<T>.

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

Valeur de propriété

true si ICollection<T> est en lecture seule ; sinon, false.

Implémente

S’applique à