Example #1
0
 // Constructor.
 public MessageProperties(IMessageDictionary special, IDictionary dict)
 {
     this.special    = special;
     this.dict       = dict;
     this.properties = special.SpecialProperties;
 }
	// Constructor.
	public MessageProperties(IMessageDictionary special, IDictionary dict)
			{
				this.special = special;
				this.dict = dict;
				this.properties = special.SpecialProperties;
			}