TArg1 - The type of the first parameter of the
method that this function object encapsulates.TArg2 - The type of the second parameter of the
method that this function object encapsulates.TArg3 - The type of the third parameter of the
method that this function object encapsulates.TArg4 - The type of the fourth parameter of the
method that this function object encapsulates.TResult - The return type of the method that
this function object encapsulates.public interface IFunc4Arg<TArg1,TArg2,TArg3,TArg4,TResult>
TResult Call(TArg1 arg1, TArg2 arg2, TArg3 arg3, TArg4 arg4)
arg1 - The first parameter to be used in the function call.arg2 - The second parameter to be used in the function call.arg3 - The third parameter to be used in the function call.arg4 - The fourth parameter to be used in the function call.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.