SnippetIdentifier(String) Constructor
Constructor. This parses the example and snippet IDs from the given identifier
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public SnippetIdentifier(
string identifier
)
Public Sub New (
identifier As String
)
public:
SnippetIdentifier(
String^ identifier
)
new :
identifier : string -> SnippetIdentifier
Parameters
- identifier String
- The identifier to use. This should contain the example ID and the
snippet ID in that order separated by a hash character (#).