Animatroller.MonoExpander.MonoExpanderClient.MonoExpanderClient C# (CSharp) Method

MonoExpanderClient() public method

public MonoExpanderClient ( Main main ) : System
main Main
return System
        public MonoExpanderClient(Main main)
        {
            this.main = main;
            this.downloadInfos = new Dictionary<string, DownloadInfo>();
            this.typeCache = new Dictionary<string, Type>();
            this.handleMethodCache = new Dictionary<Type, System.Reflection.MethodInfo>();
        }