Return the FeatureHolder to which this feature has been attached.

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

Syntax

C#
IFeatureHolder Parent { get; }

Remarks

This will be a ISequence object for top level features, and a IFeature object for features further down the tree.

See Also