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);
Parameters
| Name | Type | Description |
|---|---|---|
other |
TSelf |
Returns
TSelf
The combined position.