Skip to content

SourcePosition<TSelf>.Combine Method

Overloads

Name Description
Combine(SourcePosition)
Combine(TSelf) Combines two SourcePosition<TSelf>s to give a new SourcePosition that includes both this position and the other along any source in-between the two.

Combine(SourcePosition)

public new TSelf Combine(SourcePosition other);

View source

Parameters

Name Type Description
other SourcePosition

Returns

TSelf

Combine(TSelf)

Combines two SourcePosition<TSelf>s to give a new SourcePosition that includes both this position and the other along any source in-between the two.

protected new abstract TSelf Combine(TSelf other);

Parameters

Name Type Description
other TSelf

Returns

TSelf

The combined position.