Skip to content

SourceFilePosition<TSelf, TFile>.Combine Method

Definition

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 sealed override TSelf Combine(TSelf other);

View source

Parameters

Name Type Description
other TSelf

Returns

TSelf

The combined position.