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

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

            this.ExternalProperties = methodCallDictionary;
            this.InternalProperties = methodCallDictionary.GetInternalProperties();
        }
예제 #3
0
파일: MethodCall.cs 프로젝트: runefs/Marvin
		internal virtual void InitDictionary()
		{
			MethodCallDictionary props = new MethodCallDictionary (this);
			ExternalProperties = props;
			InternalProperties = props.GetInternalProperties();
		}