AzureMLConnector.SwaggerConfig.GetXmlCommentsPath C# (CSharp) Метод

GetXmlCommentsPath() приватный статический Метод

private static GetXmlCommentsPath ( ) : string
Результат 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);
        }