Construct a simple realizer with the specified fallback.

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

Syntax

C#
public SimpleFeatureRealizer(
	IFeatureRealizer fallBack
)

Parameters

fallBack
Type: BioSharp.Core.Bio.Seq..::.IFeatureRealizer
The fallback to use.

See Also