public override void Accept (HashExpression hash)
		{
			hash.VisitChildren (this);
			methodBuilder.EmitInstruction (hash.Location, Opcode.BuildHash, hash.Children.Count / 2);
		}
Example #2
0
 public void Accept(HashExpression hash)
 {
     hash.VisitChildren (this);
 }