Allocate an array dynamically. The Array.NewInstance method does not throw an error.

Overload List

  Name Description
Public method Static NewInstance (Type, Int32) Allocate an array dynamically. The Array.NewInstance method does not throw an error.
Public method Static NewInstance (Type, Int32) Allocate an array dynamically. The Array.NewInstance method does not throw an error.
Public method Static NewInstance (Type, Int32, Int32) allocate an arrayof passed dimensions dynamically. The Array.NewInstance method does not throw an error

See Also