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

LastClauseType() private method

private LastClauseType ( ) : int
return int
		internal int LastClauseType ()
		{
			if (handlers != null)
				return handlers [handlers.Length-1].type;
			else
				return ILExceptionBlock.CATCH;
		}