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