Definition
Assembly: CloudNimble.EasyAF.XmlDocumentation.dll Namespace: CloudNimble.EasyAF.XmlDocumentation Inheritance: CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Summary
Represents a code block XML documentation element.Remarks
The code element contains code examples or snippets. It is typically rendered as a formatted code block with syntax highlighting.Constructors
.ctor
Initializes a new instance of the XmlCodeBlockElement class.Syntax
.ctor
Initializes a new instance of the XmlCodeBlockElement class with XML content.Syntax
Parameters
.ctor Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
.ctor Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Parameters
.ctor Inherited
Inherited from
objectSyntax
Properties
InnerElements Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Property Value
Type:System.Collections.Generic.List<CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement>
Language
Gets or sets the programming language for syntax highlighting.Syntax
Property Value
Type:string
RawXml Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Property Value
Type:string
Text Inherited
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Property Value
Type:string
Methods
CreateDocumentationElement Inherited Virtual
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Parameters
Returns
Type:CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElement
The appropriate documentation element, or null if not supported.
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ParseInnerElements Inherited Virtual
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Parameters
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
Returns
Type:bool
ToMdx Override
Converts this code block element to MDX format with syntax highlighting.Syntax
Returns
Type:string
The MDX representation of this code block.
ToMdx Inherited Abstract
Inherited from
CloudNimble.EasyAF.XmlDocumentation.XmlDocumentationElementSyntax
Returns
Type:string
The MDX representation of this element.
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?