A utility function to find out if the feature holder delegate has been instantiated yet.

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

Syntax

C#
public bool FeatureHolderAllocated { get; }

Remarks

If it has not, we may avoid instantiating it by returning some pre-canned result.

See Also