[]
Determines whether the item at the specified index can be replaced in the collection.
public bool CanReplace(int index, T item)
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item that would be replaced. |
| T | item | The item that would be replaced. |
| Type | Description |
|---|---|
| bool |