示例#1
0
        /// <summary>
        /// Clones this instance.
        /// </summary>
        /// <returns></returns>
        public EnumElementFieldValue Clone()
        {
            EnumElementFieldValue newValue = new EnumElementFieldValue(
                this._fields.Clone(),
                this._type
                );

            return(newValue);
        }
示例#2
0
        /// <summary>
        /// Clones this instance.
        /// </summary>
        /// <returns></returns>
        public EnumElementFieldValue Clone()
        {
            EnumElementFieldValue newValue = new EnumElementFieldValue(
                this._fields.Clone(),
                this._type
                );

            return newValue;
        }