ContainerHelperNewList Method |
| Name | Description | |
|---|---|---|
| NewList(Type) |
Creates a new List of the given value type
| |
| NewList(Type, Int32) |
Creates a new List of the given value type,
initialized with the given capacity
| |
| NewList(Type, Object) |
Creates a new List of the given value type,
initialized with the content of the old List (clones the old List)
|