public PropertyNode(ObjectGraphProperty objectGraphProperty) { if (objectGraphProperty == null) throw new ArgumentNullException("objectGraphProperty"); this.property = objectGraphProperty; }
public PropertyNode(ObjectGraphProperty objectGraphProperty) { if (objectGraphProperty == null) { throw new ArgumentNullException("objectGraphProperty"); } this.property = objectGraphProperty; }