DoubleCollection.ICollection<Double>.IsReadOnly Propriedade

Definição

Para obter uma descrição deste membro, consulte IsReadOnly.

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

Valor da propriedade

true se for DoubleCollection somente leitura; caso contrário, false.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a DoubleCollection instância é convertida em uma ICollection<T> interface.

Aplica-se a