[]
Determines whether the item at the specified index
can be replaced in the collection.
public override 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 |