Construct an instance.

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 ProjectedFeature(
	IFeature f,
	IProjectionContext ctx
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature
The feature to project.
ctx
Type: BioSharp.Core.Bio.Seq.Projection..::.IProjectionContext
The context.

See Also