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

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

Parameters

fc
Type: BioSharp.Core.Bio.Seq..::.IFeatureFilter
the FeatureFilter to apply
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.Impl.SimpleFeature.Filter(BioSharp.Core.Bio.Seq.IFeatureFilter,System.Boolean)]

Implements

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

Remarks

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

See Also