'Declaration Public Overridable Function CanReplaceRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of S) _ ) As Boolean
public virtual bool CanReplaceRange( int startingIndex, IEnumerable<S> items )
Parameters
- startingIndex
- items