DataTableMappingCollection.IList.IsFixedSize Proprietà
Definizione
property bool System::Collections::IList::IsFixedSize { bool get(); };
bool System.Collections.IList.IsFixedSize { get; }
ReadOnly Property IsFixedSize As Boolean Implements IList.IsFixedSize
Valore della proprietà
true
se IList è di dimensioni fisse; in caso contrario, false
.true
if the IList has a fixed size; otherwise, false
.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza DataTableMappingCollection a un'interfaccia IList.It can be used only when the DataTableMappingCollection instance is cast to an IList interface.
Per ulteriori informazioni, vedere IsFixedSize.For more information, see IsFixedSize.