ActivityStreams.Api.Help.SwaggerConfig.GetXmlCommentsPath C# (CSharp) Méthode

GetXmlCommentsPath() private static méthode

private static GetXmlCommentsPath ( ) : string
Résultat string
        private static string GetXmlCommentsPath()
        {
            return string.Format(@"{0}bin\ActivityStreams.Api.XML", AppDomain.CurrentDomain.BaseDirectory);
        }
    }