Class DocumentationPart
Represents a part of the XML documentation.
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 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
|