SupportClass.ListCollectionSupport.Add Method
Adds an object to the end of the List.
new public virtual
bool Add(
object valueToInsert);
Parameters
- valueToInsert
- The value to insert in the array list.
Return Value
Returns true after adding the value.
See Also
SupportClass.ListCollectionSupport Class | (global) Namespace