TCollections Class

Provides static methods to create an instance of various interfaced generic collections such as IList<T> or IDictionary<TKey, TValue> .

Namespace: Spring.Collections
TObject
  Spring.Collections.TCollections
type
 TCollections = class
 end;

The TCollections type exposes the following members.

Show:
 NameDescription
CreateBidiDictionary<TKey,TValue>

Overloaded. Represents method CreateBidiDictionary<TKey,TValue>.

CreateBidiDictionary<TKey,TValue>(IEqualityComparer,IEqualityComparer)

Overloaded. Represents method CreateBidiDictionary<TKey,TValue>(IEqualityComparer,IEqualityComparer).

CreateDictionary<TKey,TValue>

Overloaded. Represents method CreateDictionary<TKey,TValue>.

CreateDictionary<TKey,TValue>(IEqualityComparer)

Overloaded. Represents method CreateDictionary<TKey,TValue>(IEqualityComparer).

CreateDictionary<TKey,TValue>(Integer)

Overloaded. Represents method CreateDictionary<TKey,TValue>(Integer).

CreateDictionary<TKey,TValue>(Integer,IEqualityComparer)

Overloaded. Represents method CreateDictionary<TKey,TValue>(Integer,IEqualityComparer).

CreateDictionary<TKey,TValue>(TDictionary,TOwnershipType)

Overloaded. Represents method CreateDictionary<TKey,TValue>(TDictionary,TOwnershipType).

CreateDictionary<TKey,TValue>(TDictionaryOwnerships)

Overloaded. Represents method CreateDictionary<TKey,TValue>(TDictionaryOwnerships).

CreateDictionary<TKey,TValue>(TDictionaryOwnerships,Integer)

Overloaded. Represents method CreateDictionary<TKey,TValue>(TDictionaryOwnerships,Integer).

CreateDictionary<TKey,TValue>(TDictionaryOwnerships,Integer,IEqualityComparer)

Overloaded. Represents method CreateDictionary<TKey,TValue>(TDictionaryOwnerships,Integer,IEqualityComparer).

CreateInterfaceList<T>

Overloaded. Represents method CreateInterfaceList<T>.

CreateInterfaceList<T>(IComparer)

Overloaded. Represents method CreateInterfaceList<T>(IComparer).

CreateInterfaceList<T>(IEnumerable<T>)

Overloaded. Represents method CreateInterfaceList<T>(IEnumerable<T>).

CreateInterfaceList<T>(TComparison)

Overloaded. Represents method CreateInterfaceList<T>(TComparison).

CreateInterfaceList<T>(T[])

Overloaded. Represents method CreateInterfaceList<T>(T[]).

CreateList<T>

Overloaded. Represents method CreateList<T>.

CreateList<T>(Boolean)

Overloaded. Represents method CreateList<T>(Boolean).

CreateList<T>(IComparer)

Overloaded. Represents method CreateList<T>(IComparer).

CreateList<T>(IComparer,Boolean)

Overloaded. Represents method CreateList<T>(IComparer,Boolean).

CreateList<T>(IEnumerable<T>)

Overloaded. Represents method CreateList<T>(IEnumerable<T>).

CreateList<T>(TComparison)

Overloaded. Represents method CreateList<T>(TComparison).

CreateList<T>(TComparison,Boolean)

Overloaded. Represents method CreateList<T>(TComparison,Boolean).

CreateList<T>(T[])

Overloaded. Represents method CreateList<T>(T[]).

CreateMultiMap<TKey,TValue>

Overloaded. Represents method CreateMultiMap<TKey,TValue>.

CreateMultiMap<TKey,TValue>(IEqualityComparer)

Overloaded. Represents method CreateMultiMap<TKey,TValue>(IEqualityComparer).

CreateMultiMap<TKey,TValue>(TDictionaryOwnerships)

Overloaded. Represents method CreateMultiMap<TKey,TValue>(TDictionaryOwnerships).

CreateMultiMap<TKey,TValue>(TDictionaryOwnerships,IEqualityComparer)

Overloaded. Represents method CreateMultiMap<TKey,TValue>(TDictionaryOwnerships,IEqualityComparer).

CreateObjectList<T>(Boolean)

Overloaded. Represents method CreateObjectList<T>(Boolean).

CreateObjectList<T>(IComparer,Boolean)

Overloaded. Represents method CreateObjectList<T>(IComparer,Boolean).

CreateObjectList<T>(IEnumerable<T>,Boolean)

Overloaded. Represents method CreateObjectList<T>(IEnumerable<T>,Boolean).

CreateObjectList<T>(TComparison,Boolean)

Overloaded. Represents method CreateObjectList<T>(TComparison,Boolean).

CreateObjectList<T>(T[],Boolean)

Overloaded. Represents method CreateObjectList<T>(T[],Boolean).

CreateObservableList<T>(Boolean)

Overloaded. Represents method CreateObservableList<T>(Boolean).

CreateQueue<T>

Overloaded. Represents method CreateQueue<T>.

CreateQueue<T>(Boolean)

Overloaded. Represents method CreateQueue<T>(Boolean).

CreateQueue<T>(IEnumerable<T>)

Overloaded. Represents method CreateQueue<T>(IEnumerable<T>).

CreateQueue<T>(T[])

Overloaded. Represents method CreateQueue<T>(T[]).

CreateSet<T>

Overloaded. Represents method CreateSet<T>.

CreateSet<T>(IEnumerable<T>)

Overloaded. Represents method CreateSet<T>(IEnumerable<T>).

CreateSet<T>(IEqualityComparer)

Overloaded. Represents method CreateSet<T>(IEqualityComparer).

CreateSet<T>(T[])

Overloaded. Represents method CreateSet<T>(T[]).

CreateSortedInterfaceList<T>

Overloaded. Represents method CreateSortedInterfaceList<T>.

CreateSortedInterfaceList<T>(IComparer)

Overloaded. Represents method CreateSortedInterfaceList<T>(IComparer).

CreateSortedInterfaceList<T>(IEnumerable<T>)

Overloaded. Represents method CreateSortedInterfaceList<T>(IEnumerable<T>).

CreateSortedInterfaceList<T>(TComparison)

Overloaded. Represents method CreateSortedInterfaceList<T>(TComparison).

CreateSortedInterfaceList<T>(T[])

Overloaded. Represents method CreateSortedInterfaceList<T>(T[]).

CreateSortedList<T>

Overloaded. Represents method CreateSortedList<T>.

CreateSortedList<T>(Boolean)

Overloaded. Represents method CreateSortedList<T>(Boolean).

CreateSortedList<T>(IComparer)

Overloaded. Represents method CreateSortedList<T>(IComparer).

CreateSortedList<T>(IComparer,Boolean)

Overloaded. Represents method CreateSortedList<T>(IComparer,Boolean).

CreateSortedList<T>(IEnumerable<T>)

Overloaded. Represents method CreateSortedList<T>(IEnumerable<T>).

CreateSortedList<T>(TComparison)

Overloaded. Represents method CreateSortedList<T>(TComparison).

CreateSortedList<T>(TComparison,Boolean)

Overloaded. Represents method CreateSortedList<T>(TComparison,Boolean).

CreateSortedList<T>(T[])

Overloaded. Represents method CreateSortedList<T>(T[]).

CreateSortedObjectList<T>(Boolean)

Overloaded. Represents method CreateSortedObjectList<T>(Boolean).

CreateSortedObjectList<T>(IComparer,Boolean)

Overloaded. Represents method CreateSortedObjectList<T>(IComparer,Boolean).

CreateSortedObjectList<T>(IEnumerable<T>,Boolean)

Overloaded. Represents method CreateSortedObjectList<T>(IEnumerable<T>,Boolean).

CreateSortedObjectList<T>(TComparison,Boolean)

Overloaded. Represents method CreateSortedObjectList<T>(TComparison,Boolean).

CreateSortedObjectList<T>(T[],Boolean)

Overloaded. Represents method CreateSortedObjectList<T>(T[],Boolean).

CreateStack<T>

Overloaded. Represents method CreateStack<T>.

CreateStack<T>(Boolean)

Overloaded. Represents method CreateStack<T>(Boolean).

CreateStack<T>(IEnumerable<T>)

Overloaded. Represents method CreateStack<T>(IEnumerable<T>).

CreateStack<T>(T[])

Overloaded. Represents method CreateStack<T>(T[]).

Top