ModelItemCollection.IsFixedSize Propiedad
Definición
Obtiene un valor que indica si la colección tiene un tamaño fijo.Gets a value that indicates whether the collection has a fixed size.
protected:
virtual property bool IsFixedSize { bool get(); };
protected virtual bool IsFixedSize { get; }
member this.IsFixedSize : bool
Protected Overridable ReadOnly Property IsFixedSize As Boolean
Valor de propiedad
Es true
si la colección tiene un tamaño fijo; de lo contrario, es false
.true
if the collection is a fixed size; otherwise, false
.
Comentarios
La implementación predeterminada devuelve true
si la colección es de solo lectura.The default implementation returns true
if the collection is read-only.