<PackageReference Include="NJsonSchema" Version="4.28.6128.27588" />

XmlDocumentationExtensions

public static class XmlDocumentationExtensions
Provides extension methods for reading XML comments from reflected members.
public static string GetXmlDocumentation(this Type type)

Returns the contents of the "summary" XML documentation tag for the specified member.

public static string GetXmlDocumentation(this MemberInfo member)

Returns the contents of the "summary" XML documentation tag for the specified member.

public static string GetXmlDocumentation(this ParameterInfo parameter)

Returns the contents of the "returns" or "param" XML documentation tag for the specified parameter.

public static string GetXmlDocumentation(this Type type, string pathToXmlFile)

Returns the contents of the "summary" XML documentation tag for the specified member.

public static string GetXmlDocumentation(this MemberInfo member, string pathToXmlFile)

Returns the contents of the "summary" XML documentation tag for the specified member.

public static string GetXmlDocumentation(this ParameterInfo parameter, string pathToXmlFile)

Returns the contents of the "returns" or "param" XML documentation tag for the specified parameter.