Share via


TextChange.NoChanges Property

Definition

An empty set of changes.

public:
 static property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::Text::TextChange> ^ NoChanges { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::Text::TextChange> ^ get(); };
public static System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.Text.TextChange> NoChanges { get; }
static member NoChanges : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.Text.TextChange>
Public Shared ReadOnly Property NoChanges As IReadOnlyList(Of TextChange)

Property Value

Applies to