An abstract implementation of FeatureHolder.

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

Syntax

C#
public abstract class AbstractFeatureHolder : AbstractChangeable, 
	IFeatureHolder, IChangeable

Remarks

This provides the filter method, but who wants to code that more than once? It also has support for the ChangeEvents.

Original BioJava version by Matthew Pocock and Thomas Down. Port to C# by Doug Swisher.

Inheritance Hierarchy

See Also