Compartir a través de


TextChange.Implicit(TextChange to TextChangeRange) Operador

Definición

Convierte TextChange en 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

Parámetros

change
TextChange

Devoluciones

Se aplica a