Exemple #1
0
        }         // dimensions indexer

        public int this[GoogleReportMetrics m] {
            get { return(m_oMetrics.ContainsKey(m) ? m_oMetrics[m] : 0); }
            set { m_oMetrics[m] = value; }
        }         // metrics indexer
        }                                                                                  // Idx

        private int Idx(GoogleReportMetrics val)
        {
            return(m_oDimensions.Count + m_oMetrics[val]);
        }                                                                                                  // Idx