System.Reflection.Emit.ILExceptionInfo.Debug C# (CSharp) Method

Debug() private method

private Debug ( int b ) : void
b int
return void
		internal void Debug (int b)
		{
#if NO
			System.Console.WriteLine ("Handler {0} at {1}, len: {2}", b, start, len);
			for (int i = 0; i < handlers.Length; ++i)
				handlers [i].Debug ();
#endif
		}