public struct SnippetIdentifier
Public Structure SnippetIdentifier
public value class SnippetIdentifier
[<SealedAttribute>]
type SnippetIdentifier =
struct
inherit ValueType
end
SnippetIdentifier(String) | Constructor. This parses the example and snippet IDs from the given identifier |
SnippetIdentifier(String, String) | Constructor. This version takes an example ID and a snippet ID |
ExampleId | This read-only property returns the example ID |
SnippetId | This read-only property returns the snippet ID |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ParseReference | 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). |
ToString |
This returns the snippet identifier
(Overrides ValueTypeToString) |