Skip to content

SourcePosition.Combine Method

Definition

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

public abstract SourcePosition Combine(SourcePosition other);

Parameters

Name Type Description
other SourcePosition

Returns

SourcePosition

The combined position.