Skip to content

SourcePosition<TSelf> Class

Definition

Self generic extension of SourcePosition.

public abstract class SourcePosition<TSelf> : SourcePosition, IEquatable<SourcePosition>, IEqualityOperators<SourcePosition, SourcePosition, Boolean>
   where TSelf : SourcePosition<TSelf>

View source

Type Parameters

Name Description
TSelf

Constructors

Name Description
SourcePosition()

Methods

Name Description
Combine(SourcePosition)
Combine(TSelf) 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.