YamlMappingSyntaxNode.Item
YamlMappingSyntaxNode indexer (1 of 2)
Get the value by index.
public ChildFrontMatterSyntaxNode this[int index] { get; }
Parameter | Description |
---|---|
index | The int index. |
Return Value
The ChildFrontMatterSyntaxNode.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Throw the ArgumentOutOfRangeException |
See Also
- class ChildFrontMatterSyntaxNode
- class YamlMappingSyntaxNode
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Extensions
- assembly Aspose.HTML
YamlMappingSyntaxNode indexer (2 of 2)
Get the ChildFrontMatterSyntaxNode by string key.
public ChildFrontMatterSyntaxNode this[string key] { get; }
Parameter | Description |
---|---|
key | The string key. |
Return Value
The ChildFrontMatterSyntaxNode.
Exceptions
exception | condition |
---|---|
ArgumentException |
See Also
- class ChildFrontMatterSyntaxNode
- class YamlMappingSyntaxNode
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Extensions
- assembly Aspose.HTML