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 |
Returns
The combined position.
Last modified: 15 November 2025