Query this set of features using a supplied FeatureFilter.

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
)

Parameters

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

[Missing <param name="fc"/> documentation for "M:BioSharp.Core.Bio.Seq.Impl.SimpleSequence.Filter(BioSharp.Core.Bio.Seq.IFeatureFilter)"]

Return Value

all features in this container which match filter.

Implements

IFeatureHolder..::.Filter(IFeatureFilter)

See Also