BBCodeNodeItem(Int32) Property
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public ReadOnly Default Property Item (
index As Integer
) As BBCodeNode
Get
Dim instance As BBCodeNode
Dim index As Integer
Dim value As BBCodeNode
value = instance(index)
No code example is currently available or this language may not be supported.
- index Int32
-
The index of the BBCodeNode to access.
BBCodeNode
The
BBCodeNode item at the specified index.