Inheritance: MessageDictionary
Exemplo n.º 1
0
        internal virtual void InitDictionary()
        {
            var props = new MCMDictionary(this);

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