CodeSnippetGroup Class

This is used to track a group of related code snippets in the SyntaxComponent

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.2.18.0
public sealed class CodeSnippetGroup
Inheritance
Object    CodeSnippetGroup

Constructors

CodeSnippetGroup Constructor

Properties

CodeSnippets This read-only property is used to get the list of related code snippets
IsStandalone This is used to get or set whether or not the group is a single, standalone snippet
IsSyntaxSection This is used to get or set whether or not the group is a syntax section
SnippetGroupElement This read-only property is used to get the containing group element

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also