Skip to content

Allows to get the name of a type or a member that corresponds to the XML documentation convention.

License

Notifications You must be signed in to change notification settings

NormanKoerber/XmlDocumentationNameGetter

 
 

Repository files navigation

XmlDocumentationNameGetter

Allows to get the name of a type or a member that corresponds to the XML documentation convention.

Usage

Use the Artees.Tools.XmlDocumentationNameGetter.XmlDocumentationNameGetterExtensions.GetXmlDocsName extension methods to get the name.

var xmlName = typeof(object).GetXmlDocsName();
Console.WriteLine(xmlName);

The output would be:

T:System.Object

About

Allows to get the name of a type or a member that corresponds to the XML documentation convention.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.7%
  • Batchfile 1.3%