[]
Determines whether the item at the specified index can be removed from the collection.
public static bool CanRemove<T>(this IDataCollection<T> dataCollection, int index) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| int | index | The index of the item that would be removed. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |