Пример #1
0
		public PropertyNode(ObjectGraphProperty objectGraphProperty)
		{
			if (objectGraphProperty == null)
				throw new ArgumentNullException("objectGraphProperty");
			
			this.property = objectGraphProperty;
		}
Пример #2
0
        public PropertyNode(ObjectGraphProperty objectGraphProperty)
        {
            if (objectGraphProperty == null)
            {
                throw new ArgumentNullException("objectGraphProperty");
            }

            this.property = objectGraphProperty;
        }