Animatroller.Framework.Expander.MonoExpanderBaseInstance.MonoExpanderBaseInstance C# (CSharp) Метод

MonoExpanderBaseInstance() публичный Метод

public MonoExpanderBaseInstance ( ) : System
Результат System
        public MonoExpanderBaseInstance()
        {
            this.handleMethodCache = new Dictionary<Type, System.Reflection.MethodInfo>();
            this.lastState = new Dictionary<string, object>();
        }