Click or drag to resize

FoxArray Constructor

X#
Overload List
  NameDescription
Public methodFoxArray
Create an empty array
Public methodFoxArray(Object)
Create an array and fill it with elements from an existing .Net array of objects. Note that the objects must be of the right type.
Public methodFoxArray(DWord)
Create an array with a certain capacity.
Public methodFoxArray(DWord, DWord)
Initializes a new instance of the FoxArray class
Top
See Also