Adds an element to the list.
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.
BaseList(E) MembersBaseList(E) Classcom.mindfusion.common Namespace