BBCodeNodeItem(Int32) Property

Gets the child BBCodeNode.

Definition

Namespace: DevCase.Core.DataProcessing.Html.BBCode
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public BBCodeNode this[
	int index
] { get; }

Parameters

index  Int32
The index of the BBCodeNode to access.

Property Value

BBCodeNode
The BBCodeNode item at the specified index.

See Also