Share via


TextChange.Implicit(TextChange to TextChangeRange) Operator

Definition

Converts a TextChange to a TextChangeRange.

public:
 static operator Microsoft::CodeAnalysis::Text::TextChangeRange(Microsoft::CodeAnalysis::Text::TextChange change);
public static implicit operator Microsoft.CodeAnalysis.Text.TextChangeRange (Microsoft.CodeAnalysis.Text.TextChange change);
static member op_Implicit : Microsoft.CodeAnalysis.Text.TextChange -> Microsoft.CodeAnalysis.Text.TextChangeRange
Public Shared Widening Operator CType (change As TextChange) As TextChangeRange

Parameters

change
TextChange

Returns

Applies to