BalticAmadeus.FluentMdx.MdxCube.MdxCube C# (CSharp) Method

MdxCube() public method

Initializes a new instance of MdxCube.
public MdxCube ( ) : System.Collections.Generic
return System.Collections.Generic
        public MdxCube() 
        {
            _titles = new List<string>();
        }