예제 #1
0
		/// <summary>
		/// Returns a new instance that is a copy of the original one.
		/// </summary>
		/// <returns>A new instance.</returns>
		public RawCommand Clone()
		{
			var cloned = new RawCommand(Link); OnClone(cloned);
			return cloned;
		}
예제 #2
0
        /// <summary>
        /// Returns a new instance that is a copy of the original one.
        /// </summary>
        /// <returns>A new instance.</returns>
        public RawCommand Clone()
        {
            var cloned = new RawCommand(Link); OnClone(cloned);

            return(cloned);
        }