EasyObjects.NET Programmers Reference

InstanceDataCollection.Add Method (Object)

Adds a value into the collection.

public void Add(
   object parameter
);

Parameters

parameter

The value to add. The value can not be a a null reference reference (Nothing in Visual Basic).

Remarks

This method exists to support Xml Serialization.

Exceptions

Exception TypeCondition
InvalidCastException

parameter must be of type InstanceData.

See Also

InstanceDataCollection Class | NCI.EasyObjects.Configuration Namespace | InstanceDataCollection.Add Overload List