BoundsCheckableList1.Add

BoundsCheckableList<T>.Add method

Adds an object to the end of the System.Collections.Generic.List depending on “boundsCheckMode” parameter.

public void Add(T item)
ParameterTypeDescription
itemTThe object to be added to the end of the System.Collections.Generic.List. The value can be “null” for reference types.

See Also