Example #1
0
 public GenBlock(GenFragmentParams genFragmentParams)
     : base(genFragmentParams.SetFragmentType(FragmentType.Block))
 {
     Block = (Block)Fragment;
 }
Example #2
0
 public GenAnnotation(GenFragmentParams genFragmentParams)
     : base(genFragmentParams.SetFragmentType(FragmentType.Annotation))
 {
     Annotation = (Annotation)Fragment;
 }