Overload List
Name | Description | |
---|---|---|
![]() | Add(T) |
Adds the specified item.
(Inherited from IHCollectionT.) |
![]() | Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionT.) |
![]() | Add(Int32, T) |
Inserts the specified element at the specified position in this list.
Shifts the element currently at that position
(if any) and any subsequent elements to the right (adds one to their
indices).
|
See Also