Exemplo n.º 1
0
        internal virtual void InitDictionary()
        {
            MethodCallDictionary props = new MethodCallDictionary(this);

            ExternalProperties = props;
            InternalProperties = props.GetInternalProperties();
        }
Exemplo n.º 2
0
        internal virtual void InitDictionary()
        {
            MethodCallDictionary methodCallDictionary = new MethodCallDictionary(this);

            this.ExternalProperties = methodCallDictionary;
            this.InternalProperties = methodCallDictionary.GetInternalProperties();
        }
Exemplo n.º 3
0
		internal virtual void InitDictionary()
		{
			MethodCallDictionary props = new MethodCallDictionary (this);
			ExternalProperties = props;
			InternalProperties = props.GetInternalProperties();
		}