다음을 통해 공유


TextSpan.FromBounds(Int32, Int32) 메서드

정의

위치 및 길이가 end 아닌 새 TextSpanstart 위치 및 위치를 만듭니다.

반환된 TextSpan에는 포함 및 end 배타적인 범위 start 가 포함됩니다.

public:
 static Microsoft::CodeAnalysis::Text::TextSpan FromBounds(int start, int end);
public static Microsoft.CodeAnalysis.Text.TextSpan FromBounds (int start, int end);
static member FromBounds : int * int -> Microsoft.CodeAnalysis.Text.TextSpan
Public Shared Function FromBounds (start As Integer, end As Integer) As TextSpan

매개 변수

start
Int32
end
Int32

반환

적용 대상