TextChangeRange.Collapse(IEnumerable<TextChangeRange>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- changes
- IEnumerable<TextChangeRange>
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.