Delegate GetCollectionDelegate<T>
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
public delegate ICollection<KeyValuePair<int, T>> GetCollectionDelegate<T>()
Returns
Type | Description |
---|---|
ICollection<KeyValuePair<int, T>> |
Type Parameters
Name | Description |
---|---|
T |