MrKWatkins.Ast Help

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: 09 September 2024