Return the ISequence object to which this feature is (ultimately) attached.

Namespace:  BioSharp.Core.Bio.Seq.Projection
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public ISequence Sequence { get; }

Implements

IFeature..::.Sequence

Remarks

For top level features, this will be equal to the IFeatureHolder returned by getParent.

See Also