[This is preliminary documentation and is subject to change.]
Resizes list. All new values are set to IndexData.Empty.
Namespace:
MulLibAssembly: MulLib (in MulLib.dll) Version: 1.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- indexCount
- Int32
New list size.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Thrown when indexCount is less than zero. |
| System..::.ObjectDisposedException | Object has been disposed. |