Foley .NET Utilities Class Library

Collection2Base.IsFixedSize Property

Gets a boolean value indicating whether the collection has a fixed size.

[Visual Basic]
Overridable Public ReadOnly Property IsFixedSize As Boolean Implements _
   ICollection2.IsFixedSize
[C#]
public bool IsFixedSize {virtual get;}

Property Value

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

Implements

ICollection2.IsFixedSize

See Also

Collection2Base Class | Collection2Base Members | Foley.Utilities.Collections Namespace