共用方式為


TextChangeRange.Collapse(IEnumerable<TextChangeRange>) 方法

定義

將 一 TextChangeRange 組 折迭成單一包含範圍。 如果提供的一組範圍是空的,則會傳回空的範圍。

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

參數

傳回

適用於