SyntaxNodeCollection-1.Item
SyntaxNodeCollection<T> indexer
Gets or sets the value at the given index.
public T this[int index] { get; set; }
Parameter | Description |
---|---|
index | The index of the value to get. |
Return Value
The value at the given index.
See Also
- class SyntaxNodeCollection<T>
- package com.aspose.html.Toolkit.Markdown.Syntax
- package Aspose.HTML