This method determines whether a feature is to be accepted.

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

Syntax

C#
bool Accept(
	IFeature f
)

Parameters

f
Type: BioSharp.Core.Bio.Seq..::.IFeature
the Feature to evaluate

Return Value

true if this feature is to be selected in, or false if it is to be ignored

See Also