Exemple #1
0
        internal virtual void InitDictionary()
        {
            MethodCallDictionary props = new MethodCallDictionary(this);

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

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