Otherwise it behaves like ArrayList.
Public Member Functions | |
| List () | |
| Creates an empty list with a default initial capacity. | |
| List (int capacity) | |
| Creates an empty list with given initial capacity. | |
| List | DeepClone () |
| Return a deep copy of the List (concerning contained Lists). | |
| override bool | Equals (Object lobj) |
| Checks whether this list and list l contain the same elements. | |
| override string | ToString () |
| Formats the elements as a comma separated list. | |
|
|
Creates an empty list with a default initial capacity.
|
|
|
Creates an empty list with given initial capacity.
|
|
|
Return a deep copy of the List (concerning contained Lists).
|
|
|
Checks whether this list and list l contain the same elements.
|
|
|
Formats the elements as a comma separated list.
|
1.3.7