コード例 #1
0
        /// <summary>
        /// Generate a copy of this frequency.
        /// </summary>
        /// <returns>A new instance with the same properties as the old instance.</returns>
        public void Clone(ChannelTuningFrequency newFrequency)
        {
            base.Clone(newFrequency);

            newFrequency.ChannelNumber = channelNumber;
        }
コード例 #2
0
        /// <summary>
        /// Generate a copy of this frequency.
        /// </summary>
        /// <returns>A new instance with the same properties as the old instance.</returns>
        public void Clone(ChannelTuningFrequency newFrequency)
        {
            base.Clone(newFrequency);

            newFrequency.ChannelNumber = channelNumber;
        }