コード例 #1
0
        public bool this[SuperLogTableColumn index]
        {
            get
            {
                return(_isColumnSet[(int)index]);
            }

            set
            {
                _isColumnSet[(int)index] = value;
            }
        }
コード例 #2
0
        public bool this[SuperLogTableColumn index]
        {
            get
            {
                return _isColumnSet[(int)index];
            }

            set
            {
                _isColumnSet[(int)index] = value;
            }
        }