[]
Determines whether a new item can be inserted in the collection at the specified index
.
public bool CanInsert(int index, T item)
Type | Name | Description |
---|---|---|
int | index | The index where the items would be inserted. |
T | item | The item that would be inserted. |
Type | Description |
---|---|
bool |