AvalonEdit
AddRange Method (newElements)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>AddRange(IEnumerable<(Of <<'(T>)>>))
Appends multiple elements to the end of this rope. Runs in O(lg N + M), where N is the length of this rope and M is the number of new elements.
Declaration Syntax
C#Visual BasicVisual C++
public void AddRange(
	IEnumerable<T> newElements
)
Public Sub AddRange ( _
	newElements As IEnumerable(Of T) _
)
public:
void AddRange(
	IEnumerable<T>^ newElements
)
Parameters
newElements (IEnumerable<(Of <(<'T>)>)>)
Exceptions
ExceptionCondition
ArgumentNullExceptionnewElements is null.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238