Adds the concept of 'strand' to features.

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 StrandedFeature

Remarks

Note that in the java version, this is implemented as an interface, but .Net does not allow nested classes or objects in interfaces. In the .Net version, it it broken into two parts: the interface (IStrandedFeature) and this static class.

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

Inheritance Hierarchy

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

See Also