DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.9.1" />

 XmlDocumentationExtensions

public static class XmlDocumentationExtensions
Provides extension methods for reading XML comments from reflected members.
public static IEnumerable<string> GetSearchTags(this MemberInfo member)

public static IEnumerable<string> GetSearchTags(this MemberInfo member, string pathToXmlFile)

public static IEnumerable<string> GetSearchTags(this MemberInfo member, XDocument xml)

public static string GetXmlDocumentation(this MemberInfo member)

Returns the XML documentation (summary tag) for the specified member.

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

Returns the XML documentation (summary tag) for the specified member.

public static string GetXmlDocumentation(this MemberInfo member, XDocument xml)

Returns the XML documentation (summary tag) for the specified member.

public static string GetXmlDocumentation(this ParameterInfo parameter)

Returns the XML documentation (returns/param tag) for the specified parameter.

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

Returns the XML documentation (returns/param tag) for the specified parameter.

public static string GetXmlDocumentation(this ParameterInfo parameter, XDocument xml)

Returns the XML documentation (returns/param tag) for the specified parameter.