示例#1
0
 public void WriteDeclaration(SourceWriter sourceWriter)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public BlockMarker(SourceWriter parent)
 {
     _parent = parent;
 }