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: 22 November 2024