DoubleCollection.ICollection<Double>.IsReadOnly Propriedade

Definição

Para uma descrição deste elemento, veja 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 de Propriedade

true se o DoubleCollection for só de leitura; caso contrário, false.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DoubleCollection instância é transmitida para uma ICollection<T> interface.

Aplica-se a