Get the features before projection.

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 IFeatureHolder UnprojectedFeatures { get; }

Return Value

the features before projection

Implements

IProjectionContext..::.UnprojectedFeatures

Remarks

If you are projecting all the features in some feature holder, that is what this method should return.

See Also