A feature within a sequence, or nested within another feature.

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

Syntax

C#
public static class Feature

Remarks

In Java, this is implemented as an interface, but in .Net, interfaces cannot have nested classes or objects. In this implementation, the interface is implemented as IFeature, with all the static bits in this class. For more details, refer to the IFeature documentation.

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

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Bio.Seq..::.Feature

See Also