コード例 #1
0
        public object Clone()
        {
            ExchangeIntraday ei = new ExchangeIntraday();

            ei.nativeCycle     = nativeCycle;
            ei.showFirstXLabel = showFirstXLabel;
            ei.timeZone        = timeZone;
            ei.yahooDelay      = yahooDelay;
            ei.TimePeriods     = (TimePeriod[])TimePeriods.Clone();
            return(ei);
        }