Ejemplo n.º 1
0
        public MAutolink(MAutolink other)
        {
            if (other == null)
            {
                throw new ArgumentNullException(nameof(other));
            }

            _url = other.Url;
        }
Ejemplo n.º 2
0
 public static MAutolink Autolink(MAutolink other)
 {
     return(new MAutolink(other));
 }