System.Reflection.Emit.ILExceptionInfo.LastClauseType C# (CSharp) Méthode

LastClauseType() private méthode

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