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