DataColumnMappingCollection.IList.IsFixedSize Propriedade

Definição

Obtém um valor que indica se o IList tem um tamanho fixo.

property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
member this.System.Collections.IList.IsFixedSize : bool
 ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize

Valor da propriedade

true se o IList tiver um valor fixo; 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 DataColumnMappingCollection é convertida em uma interface de IList.

Para obter mais informações, consulte IsFixedSize.

Aplica-se a

Confira também