SourceFilePosition<TSelf, TFile>.CreateCombination Method
Definition
Creates a combination of this SourceFilePosition<TSelf, TFile> and another. Used to create a combination for Combine(TSelf).
protected abstract TSelf CreateCombination(TSelf other);
Parameters
Name | Type | Description |
---|---|---|
other | TSelf | The other SourceFilePosition<TSelf, TFile> to combine with. |
Returns
TSelf
The combination.
Last modified: 22 November 2024