Class ParameterDocumentationInfo
Represents a documentation of a method parameter.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Xml
Assembly: IRM.dll
Syntax
public class ParameterDocumentationInfo
Properties
Documentation
Gets or sets the documentation of the parameter.
Declaration
public DocumentationPart Documentation { get; set; }
Property Value
DocumentationPart
|
ParameterName
Gets or sets the name of the parameter.
Declaration
public string ParameterName { get; set; }
Property Value
String
|