共用方式為


TextSpan.Intersection(TextSpan) 方法

定義

傳回具有指定範圍的交集,如果沒有交集,則傳回 null。

public:
 Nullable<Microsoft::CodeAnalysis::Text::TextSpan> Intersection(Microsoft::CodeAnalysis::Text::TextSpan span);
public Microsoft.CodeAnalysis.Text.TextSpan? Intersection (Microsoft.CodeAnalysis.Text.TextSpan span);
member this.Intersection : Microsoft.CodeAnalysis.Text.TextSpan -> Nullable<Microsoft.CodeAnalysis.Text.TextSpan>
Public Function Intersection (span As TextSpan) As Nullable(Of TextSpan)

參數

span
TextSpan

要檢查的範圍。

傳回

範圍的交集,如果交集是空的,則為 null。

適用於