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