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
- package com.aspose.html.toolkit.markdown.syntax.extensions
- package 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
- package com.aspose.html.toolkit.markdown.syntax.extensions
- package Aspose.HTML