Animatroller.Framework.Expander.MonoExpanderBaseInstance.MonoExpanderBaseInstance C# (CSharp) Method

MonoExpanderBaseInstance() public method

public MonoExpanderBaseInstance ( ) : System
return System
        public MonoExpanderBaseInstance()
        {
            this.handleMethodCache = new Dictionary<Type, System.Reflection.MethodInfo>();
            this.lastState = new Dictionary<string, object>();
        }