TAdapters Class

Represents type TAdapters.

Namespace: Spring.Collections.Adapters
TObject
  Spring.Collections.Adapters.TAdapters
type
 TAdapters = class
 end;

The TAdapters type exposes the following members.

Show:
 NameDescription
CreateCollection<T>(ICollection<T>)

Represents method CreateCollection<T>(ICollection<T>).

CreateDictionary<TKey,TValue>(IDictionary<TKey,TValue>)

Represents method CreateDictionary<TKey,TValue>(IDictionary<TKey,TValue>).

CreateList<T>(IList<T>)

Represents method CreateList<T>(IList<T>).

CreateQueue<T>(IQueue<T>)

Represents method CreateQueue<T>(IQueue<T>).

CreateSet<T>(ISet<T>)

Represents method CreateSet<T>(ISet<T>).

CreateStack<T>(IStack<T>)

Represents method CreateStack<T>(IStack<T>).

Top