CanInsert Method (C1WrapDataCollection<S,T>)
In This Topic
Determines whether a new item can be inserted in the collection at the specified index.
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