Remove the dying child.

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 void RemoveFeature(
	IFeature f,
	IFeature f2
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature

[Missing <param name="f"/> documentation for "M:BioSharp.Core.Bio.Seq.Projection.ReparentContext.RemoveFeature(BioSharp.Core.Bio.Seq.IFeature,BioSharp.Core.Bio.Seq.IFeature)"]

f2
Type: BioSharp.Core.Bio.Seq..::.IFeature

[Missing <param name="f2"/> documentation for "M:BioSharp.Core.Bio.Seq.Projection.ReparentContext.RemoveFeature(BioSharp.Core.Bio.Seq.IFeature,BioSharp.Core.Bio.Seq.IFeature)"]

Implements

IProjectionContext..::.RemoveFeature(IFeature, IFeature)

Exceptions

ExceptionCondition
BioSharp.Core.Utils..::.ChangeVetoExceptionif the removal of the feature was vetoed

See Also