internal CubeInfo(MDDatasetFormatter formatter) { this.formatter = formatter; this.theCubes = null; }
internal Enumerator(OlapInfoCubeCollection cubes) { this.cubes = cubes; this.currentIndex = -1; }