示例#1
0
        public static ExecuteEngine.InOutParameterSetup CreateInOutParameterSetup(ExecuteEngine engine, Type type, MethodInfo method, int parameterIndex, Type declaringType, string propertyName)
        {
            var provider = GetCustomAttributeProvider(method, parameterIndex, declaringType, propertyName);

            return(engine.CreateInOutParameterSetup(type, provider));
        }