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