TextChange.Implicit(TextChange to TextChangeRange) 연산자

정의

TextChangeTextChangeRange로 변환합니다.

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

반환

적용 대상