StringValues.ICollection<String>.IsReadOnly Vlastnost

Definice

Získá hodnotu, která udává, zda je kolekce určena jen pro čtení.

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

Hodnota vlastnosti

Hodnota true, pokud je kolekce určena jen pro čtení, jinak hodnota false.

Implementuje

Platí pro