public override BuildGroupSource Clone() { ShfbGroupSource source = new ShfbGroupSource(this); return(source); }
/// <summary> /// Initializes a new instance of the <see cref="ReferenceShfbSource"/> class /// with parameters copied from the specified instance of the /// <see cref="ReferenceShfbSource"/> class, a copy constructor. /// </summary> /// <param name="source"> /// An instance of the <see cref="ReferenceShfbSource"/> class from which the /// initialization parameters or values will be copied. /// </param> /// <exception cref="ArgumentNullException"> /// If the parameter <paramref name="source"/> is <see langword="null"/>. /// </exception> public ShfbGroupSource(ShfbGroupSource source) : base(source) { }