NonGenericList.Add

NonGenericList.Add method

Adds an item to the IList.

public int Add(object value)
ParameterTypeDescription
valueObjectThe Object to add to the IList.

Return Value

The position into which the new element was inserted.

See Also