/// <summary> /// Create a <see cref="PropertyRef"/>. /// </summary> public PropertyRef(PropertyDecl declaration) : base(declaration, false) { }
/// <summary> /// Create a <see cref="PropertyRef"/>. /// </summary> public PropertyRef(PropertyDecl declaration, bool isFirstOnLine) : base(declaration, isFirstOnLine) { }