'Declaration Public Function CanInsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of T) _ ) As Boolean
public bool CanInsertRange( int startingIndex, IEnumerable<T> items )
Parameters
- startingIndex
- items
'Declaration Public Function CanInsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of T) _ ) As Boolean
public bool CanInsertRange( int startingIndex, IEnumerable<T> items )