Exemple #1
0
        public Executable(MethodInfo method, Object target, ExecutableAttribute attribute)
            : base(method, target)
        {
            if (attribute == null)
                throw new ArgumentNullException("attribute");

            this.attribute = attribute;
        }
Exemple #2
0
        public Executable(MethodInfo method, Object target, ExecutableAttribute attribute)
            : base(method, target)
        {
            if (attribute == null)
            {
                throw new ArgumentNullException("attribute");
            }

            this.attribute = attribute;
        }