Share via


TextChangeRange.Collapse(IEnumerable<TextChangeRange>) Method

Definition

Collapse a set of TextChangeRanges into a single encompassing range. If the set of ranges provided is empty, an empty range is returned.

public:
 static Microsoft::CodeAnalysis::Text::TextChangeRange Collapse(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::Text::TextChangeRange> ^ changes);
public static Microsoft.CodeAnalysis.Text.TextChangeRange Collapse (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Text.TextChangeRange> changes);
static member Collapse : seq<Microsoft.CodeAnalysis.Text.TextChangeRange> -> Microsoft.CodeAnalysis.Text.TextChangeRange
Public Shared Function Collapse (changes As IEnumerable(Of TextChangeRange)) As TextChangeRange

Parameters

Returns

Applies to