Click or drag to resize

XmlDocumentationGetXmlDocumentation Method (ParameterInfo, String)

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

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(
	ParameterInfo parameter,
	string baseUrl
)

Parameters

parameter
Type: System.ReflectionParameterInfo
The reflected parameter (or return value).
baseUrl
Type: SystemString

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

Return Value

Type: String
The contents of the returns/param tag for the parameter.
See Also