Return a new FeatureHolder that contains all of the children of this one that passed the filter fc.

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 override IFeatureHolder Filter(
	IFeatureFilter ff,
	bool recurse
)

Parameters

ff
Type: BioSharp.Core.Bio.Seq..::.IFeatureFilter

[Missing <param name="ff"/> documentation for "M:BioSharp.Core.Bio.Seq.Projection.ProjectedFeatureHolder.Filter(BioSharp.Core.Bio.Seq.IFeatureFilter,System.Boolean)"]

recurse
Type: System..::.Boolean
true if all features-of-features should be scanned, and a single flat collection of features returned, or false if just immediate children should be filtered.

Return Value

[Missing <returns> documentation for M:BioSharp.Core.Bio.Seq.Projection.ProjectedFeatureHolder.Filter(BioSharp.Core.Bio.Seq.IFeatureFilter,System.Boolean)]

Implements

IFeatureHolder..::.Filter(IFeatureFilter, Boolean)
IFeatureHolder..::.Filter(IFeatureFilter, Boolean)

Remarks

This method is scheduled for deprecation. Use the 1-arg filter instead.

See Also