Show / Hide Table of Contents

Class DocumentationPart

Represents a part of the XML documentation.

Inheritance
Object
DocumentationPart
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 DocumentationPart

Properties

Text

Gets or sets the text that is the documentation for the specific part.

Declaration
public virtual string Text { get; set; }
Property Value
String

Extension Methods

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