TextSpan.Intersection(TextSpan) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回具有指定範圍的交集,如果沒有交集,則傳回 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。