Click or drag to resize

XmlDocumentationGetXmlDocumentation Method

Overload List
  NameDescription
Public methodStatic memberGetXmlDocumentation(ParameterInfo, String)
Returns the XML documentation (returns/param tag) for the specified parameter.
Public methodStatic memberGetXmlDocumentation(MemberInfo, String, String)
Returns the XML documentation (summary tag) for the specified member.
Public methodStatic memberGetXmlDocumentation(MemberInfo, XDocument, String)
Returns the XML documentation (summary tag) for the specified member.
Public methodStatic memberGetXmlDocumentation(ParameterInfo, String, String)
Returns the XML documentation (returns/param tag) for the specified parameter.
Public methodStatic memberGetXmlDocumentation(ParameterInfo, XDocument, String)
Returns the XML documentation (returns/param tag) for the specified parameter.
Top
See Also