示例#1
0
        internal override void InitDictionary()
        {
            ConstructionCallDictionary props = new ConstructionCallDictionary(this);

            ExternalProperties = props;
            InternalProperties = props.GetInternalProperties();
        }
示例#2
0
		internal override void InitDictionary()
		{
			ConstructionCallDictionary props = new ConstructionCallDictionary (this);
			ExternalProperties = props;
			InternalProperties = props.GetInternalProperties();
		}
		internal override void InitDictionary()
		{
			ConstructionCallDictionary constructionCallDictionary = new ConstructionCallDictionary(this);
			this.ExternalProperties = constructionCallDictionary;
			this.InternalProperties = constructionCallDictionary.GetInternalProperties();
		}