バージョン

Intersection メソッド (DocumentSpan)

現在の範囲と他の一方の範囲の間の交差部だけの範囲を返します。
シンタックス
'宣言
 
Public Function Intersection( _
   ByVal span As DocumentSpan _
) As Nullable(Of DocumentSpan)
public Nullable<DocumentSpan> Intersection( 
   DocumentSpan span
)

パラメータ

span
交差する範囲。

戻り値の型

交差する新しい DocumentSpan。スパンが交差しない場合 null。
参照