public MAutolink(MAutolink other) { if (other == null) { throw new ArgumentNullException(nameof(other)); } _url = other.Url; }
public static MAutolink Autolink(MAutolink other) { return(new MAutolink(other)); }