public bool this[SuperLogTableColumn index] { get { return(_isColumnSet[(int)index]); } set { _isColumnSet[(int)index] = value; } }
public bool this[SuperLogTableColumn index] { get { return _isColumnSet[(int)index]; } set { _isColumnSet[(int)index] = value; } }