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