Ejemplo n.º 1
0
        public override BuildGroupSource Clone()
        {
            ShfbGroupSource source = new ShfbGroupSource(this);

            return(source);
        }
Ejemplo n.º 2
0
 /// <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)
 {
 }