TextSpan.IntersectsWith 메서드

정의

오버로드

IntersectsWith(TextSpan)

이 범위가 교차하는지 여부를 span 결정합니다. 두 범위는 공통 위치에 위치가 있거나 한 범위의 끝이 다른 범위의 시작 부분과 일치하는 경우 교차하는 것으로 간주됩니다.

IntersectsWith(Int32)

이 범위가 교차하는지 여부를 position 결정합니다. 위치는 이 범위의 시작 위치와 끝 위치(포함) 사이에 있는 경우 교차하는 것으로 간주됩니다.

IntersectsWith(TextSpan)

Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs

이 범위가 교차하는지 여부를 span 결정합니다. 두 범위는 공통 위치에 위치가 있거나 한 범위의 끝이 다른 범위의 시작 부분과 일치하는 경우 교차하는 것으로 간주됩니다.

public:
 bool IntersectsWith(Microsoft::CodeAnalysis::Text::TextSpan span);
public bool IntersectsWith (Microsoft.CodeAnalysis.Text.TextSpan span);
member this.IntersectsWith : Microsoft.CodeAnalysis.Text.TextSpan -> bool
Public Function IntersectsWith (span As TextSpan) As Boolean

매개 변수

span
TextSpan

확인할 범위입니다.

반환

true 범위가 교차하면 그렇지 않습니다 false.

적용 대상

IntersectsWith(Int32)

Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs
Source:
TextSpan.cs

이 범위가 교차하는지 여부를 position 결정합니다. 위치는 이 범위의 시작 위치와 끝 위치(포함) 사이에 있는 경우 교차하는 것으로 간주됩니다.

public:
 bool IntersectsWith(int position);
public bool IntersectsWith (int position);
member this.IntersectsWith : int -> bool
Public Function IntersectsWith (position As Integer) As Boolean

매개 변수

position
Int32

확인할 위치입니다.

반환

true 위치가 교차하는 경우, 그렇지 않으면 false.

적용 대상