Foley .NET Utilities Class Library

ICollection2.IsFixedSize Property

When implemented by a class, gets a value indicating whether the collection has a fixed size.

[Visual Basic]
Property IsFixedSize As Boolean
[C#]
bool IsFixedSize {get;}

Property Value

true if the collection has a fixed size; otherwise, false. The default should be false.

Remarks

A collection with a fixed size does not allow the addition or removal of elements after the collection is created, but it allows the modification of existing elements.

See Also

ICollection2 Interface | ICollection2 Members | Foley.Utilities.Collections Namespace