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

            OnClone(cloned); return(cloned);
        }