Class MethodDocumentationInfo
Represents a documentation of a method.
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 MethodDocumentationInfo : BaseDocumentationInfo
Constructors
MethodDocumentationInfo()
Initializes a new instance of the MethodDocumentationInfo class.
Declaration
public MethodDocumentationInfo()
Properties
ParametersDocumentation
Gets a list of ParameterDocumentationInfo that represents the documentation of each method parameter.
Declaration
public List<ParameterDocumentationInfo> ParametersDocumentation { get; }
Property Value
List<ParameterDocumentationInfo>
|