Click or drag to resize

ContainerHelperNewList Method

Overload List
  NameDescription
Public methodStatic memberNewList(Type)
Creates a new List of the given value type
Public methodStatic memberNewList(Type, Int32)
Creates a new List of the given value type, initialized with the given capacity
Public methodStatic memberNewList(Type, Object)
Creates a new List of the given value type, initialized with the content of the old List (clones the old List)
Top
See Also