Initializing help system before first use

ExtendableArray Methods

The ExtendableArrayT type exposes the following members.

Methods
  Name Description
Public method Append(T) Append a single value to this array.
Public method Append(T) Append each value from values to this array.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public method GetCapacity Get the the capacity of this array.
Public method GetData Get the backing storage of this array.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public method GetLength Get the Length (not the capacity!) of this array.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Reset Reset the length of this array to 0.
Public method SetLength Set the length of this array, increasing the capacity if necessary. If newLength is longer than the current length of the array then elements in [GetLength(), newLength[ will not be initialized.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
See Also

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.