TArrayManager<T> Class

Represents type TArrayManager<T>.

Namespace: Spring.Collections
TObject
  Spring.Collections.TArrayManager<T>
type
 TArrayManager<T> = class abstract
 end;

Type Parameters

T

The TArrayManager<T> type exposes the following members.

Show:
 NameDescription
Finalize(TArray,Integer,Integer)

Represents method Finalize(TArray,Integer,Integer).

Move(TArray,Integer,Integer,Integer)

Overloaded. Represents method Move(TArray,Integer,Integer,Integer).

Move(TArray,TArray,Integer,Integer,Integer)

Overloaded. Represents method Move(TArray,TArray,Integer,Integer,Integer).

Top