CanInsert Method (C1VirtualDataCollection<T>)
In This Topic
Determines whether a new item can be inserted in the collection at the specified .
Syntax
'Declaration
Public Overridable Function CanInsert( _
ByVal As Integer _
) As Boolean
public virtual bool CanInsert(
int
)
Parameters
- index
- The index where the items would be inserted.
See Also