public override int GetHashCode() { throw null; } public static bool operator ==(System.Reflection.Emit.Label a, System.Reflection.Emit.Label b) { throw null; }
public DynamicMethodBody MarkLabel(Label label) { #if DEBUG Console.WriteLine("IL_{0}:", label.GetHashCode()); #endif Emitter.MarkLabel(label); return this; }