System.Collections.IList.IsFixedSize Property
From Wintellect PowerCollections
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Returns whether the list is a fixed size. This implementation always returns true.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
private bool IList.IsFixedSize{ get;} |
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property System.Collections.IList.IsFixedSize As Boolean Implements IList.IsFixedSize |
| Visual C++ |
|---|
private: virtual property bool System.Collections.IList.IsFixedSize { bool get () sealed = IList::IsFixedSize::get; } |
Field Value
Alway true, indicating that the list is fixed size.
See Also
Wintellect.PowerCollections Namespace