DebugStart() public method

public DebugStart ( AstNode node, int start ) : void
node AstNode
start int
return void
Beispiel #1
0
 public override void DebugStart(AstNode node, int?start)
 {
     decoratedWriter.DebugStart(node, start);
 }