CanRemove Method (C1VirtualDataCollection<T>)
In This Topic
Determines whether the item at the specified can be removed from the collection.
Syntax
'Declaration
Public Overridable Function CanRemove( _
ByVal As Integer _
) As Boolean
public virtual bool CanRemove(
int
)
Parameters
- index
- The index of the item that would be removed.
See Also