SnippetIdentifierParseReference Method
This is used to parse a snippet identifier containing an example ID and one or more snippet IDs
in a comma-separated list (i.e. ExampleID#SnippetID or ExampleID#SnippetID1,SnippetID2).
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public static IEnumerable<SnippetIdentifier> ParseReference(
string reference
)
Public Shared Function ParseReference (
reference As String
) As IEnumerable(Of SnippetIdentifier)
public:
static IEnumerable<SnippetIdentifier>^ ParseReference(
String^ reference
)
static member ParseReference :
reference : string -> IEnumerable<SnippetIdentifier>
- reference String
- The reference to parse
IEnumerableSnippetIdentifierAn enumerable list of snippet identifiers