TCollections Class
Definition
Provides static methods to create an instance of various interfaced generic collections such as IList<T> or IDictionary<TKey,TValue> .
Delphi
type TCollections = class(TObject)
- Inheritance
-
TObjectTCollections
- Derived