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

Adds data to the end of the list.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Add(
	IndexData data
)
Public Function Add ( _
	data As IndexData _
) As Integer
public:
int Add(
	IndexData data
)

Parameters

data
IndexData
New data.

Return Value

Index of written data.

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also