[This is preliminary documentation and is subject to change.]

Resizes list. All new values are set to IndexData.Empty.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Resize(
	int indexCount
)
Public Sub Resize ( _
	indexCount As Integer _
)
public:
void Resize(
	int indexCount
)

Parameters

indexCount
Int32
New list size.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionThrown when indexCount is less than zero.
System..::.ObjectDisposedExceptionObject has been disposed.

See Also