Inheritance: MessageDictionary
コード例 #1
0
        internal virtual void InitDictionary()
        {
            var props = new MCMDictionary(this);

            ExternalProperties = props;
            InternalProperties = props.GetInternalProperties();
        }
コード例 #2
0
ファイル: MethodCall.cs プロジェクト: Profit0004/mono
		internal virtual void InitDictionary()
		{
			var props = new MCMDictionary (this);
			ExternalProperties = props;
			InternalProperties = props.GetInternalProperties();
		}