PrincipalValueCollection<T>.IsReadOnly Proprietà

Definizione

Ottiene un valore bool che rappresenta se l'insieme è di sola lettura o meno.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Valore della proprietà

Boolean

true se ICollection<T> è di sola lettura; in caso contrario, false.

Implementazioni

Si applica a