The ArrayUtil type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNextSize | ||
GetShrinkSize | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Grow(array<Byte>[]()[][]) | ||
Grow(array<Int32>[]()[][]) | ||
Grow(array<Int64>[]()[][]) | ||
Grow(array<Byte>[]()[][], Int32) | ||
Grow(array<Int32>[]()[][], Int32) | ||
Grow(array<Int64>[]()[][], Int32) | ||
HashCode(array<Byte>[]()[][], Int32, Int32) | Returns hash of chars in range start (inclusive) to
end (inclusive)
| |
HashCode(array<Char>[]()[][], Int32, Int32) | Returns hash of chars in range start (inclusive) to
end (inclusive)
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ParseInt(array<Char>[]()[][]) | Parses the string argument as if it was an int value and returns the
result. Throws NumberFormatException if the string does not represent an
int quantity.
| |
ParseInt(array<Char>[]()[][], Int32, Int32) | Parses a char array into an int. | |
ParseInt(array<Char>[]()[][], Int32, Int32, Int32) | Parses the string argument as if it was an int value and returns the
result. Throws NumberFormatException if the string does not represent an
int quantity. The second argument specifies the radix to use when parsing
the value.
| |
Shrink(array<Byte>[]()[][], Int32) | ||
Shrink(array<Int32>[]()[][], Int32) | ||
Shrink(array<Int64>[]()[][], Int32) | ||
ToString | (Inherited from Object.) |