Compartilhar via


Int32Collection.ICollection<Int32>.IsReadOnly Propriedade

Definição

Para obter uma descrição desse membro, confira IsReadOnly.

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

Valor da propriedade

Boolean

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

Implementações

Comentários

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

Aplica-se a