Click or drag to resize

XmlDocumentationGetXmlDocumentation Method (MemberInfo, XDocument, String)

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

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetXmlDocumentation(
	MemberInfo member,
	XDocument xml,
	string baseUrl
)

Parameters

member
Type: System.ReflectionMemberInfo
The reflected member.
xml
Type: System.Xml.LinqXDocument
XML documentation.
baseUrl
Type: SystemString

[Missing <param name="baseUrl"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetXmlDocumentation(System.Reflection.MemberInfo,System.Xml.Linq.XDocument,System.String)"]

Return Value

Type: String
The contents of the summary tag for the member.
See Also