/// <summary> /// Returns a new instance that otherwise is a copy of the original one. /// </summary> /// <returns>A new instance.</returns> public ElementAlias Clone() { var cloned = new ElementAlias(); OnClone(cloned); return cloned; }
/// <summary> /// Returns a new instance that otherwise is a copy of the original one. /// </summary> /// <returns>A new instance.</returns> public ElementAlias Clone() { var cloned = new ElementAlias(); OnClone(cloned); return(cloned); }