Search
BaseList(E).add Method
See Also
 






 Overload List

Name Description

BaseList(E).add (E)

Adds the specified element to the list.

BaseList(E).add (Int32, E)

Inserts the specified element at the specified position within the list.

 See Also