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

MdxMember() public method

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

            Value = default(string);
        }