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

AddFilter() private method

private AddFilter ( int offset ) : void
offset int
return void
		internal void AddFilter (int offset)
		{
			int i;
			End (offset);
			add_block (offset);
			i = handlers.Length - 1;
			handlers [i].type = ILExceptionBlock.FILTER_START;
			handlers [i].extype = null;
			handlers [i].filter_offset = offset;
		}