System.ZXPProxy.ZXPProxy C# (CSharp) Method

ZXPProxy() private method

private ZXPProxy ( Type t ) : System
t Type
return System
        private ZXPProxy(Type t)
        {
            Type = t;
            Data = new List<ZXPDatum>();
            DataDict = new Dictionary<string, ZXPDatum>();
            Funcs = new List<ZXPFunc>();
            FuncsDict = new Dictionary<string, ZXPFunc>();
        }