Share via


TextChange.Implicit(TextChange to TextChangeRange) 运算符

定义

TextChange 转换为 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

参数

change
TextChange

返回

适用于