A good base class to implement ProjectionContext from.
            
    Namespace: 
   BioSharp.Core.Bio.Seq.ProjectionAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
 Syntax
Syntax
| C# | 
|---|
| public class ReparentContext : IProjectionContext | 
 Remarks
Remarks
ReparentContext takes care of much of the ugliness of implementing ProjectionContext, such as handling listeners and grafting features onto a new parent. It also sets up a framework for mutating feature filters. Think carefully before overriding methods in this class.
Original BioJava version by Matthew Pocock and Thomas Down. Port to C# by Doug Swisher.





