Show / Hide Table of Contents

Class ParameterDocumentationInfo

Represents a documentation of a method parameter.

Inheritance
Object
ParameterDocumentationInfo
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX