AzureMLConnector.SwaggerConfig.GetXmlCommentsPath C# (CSharp) Method

GetXmlCommentsPath() private static method

private static GetXmlCommentsPath ( ) : string
return string
        private static string GetXmlCommentsPath()
        {
            //throw new System.NotImplementedException();
            //BESConnector.xml
            return System.String.Format(CultureInfo.InvariantCulture, @"{0}\bin\BESConnector.xml", System.AppDomain.CurrentDomain.BaseDirectory);
        }