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