System.ZXPFunc.ZXPFunc C# (CSharp) Method

ZXPFunc() public method

public ZXPFunc ( string key, MethodInfo mi ) : System
key string
mi System.Reflection.MethodInfo
return System
        public ZXPFunc(string key, MethodInfo mi)
        {
            Key = key;
            Method = mi;
        }
ZXPFunc