NRtfTree Library 0.3
Item Property (childIndex)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfTreeNodeItem[([(Int32])])
NRtfTree Library 0.3 (0.3.3503)
Devuelve el hijo n-ésimo del nodo actual.
Declaration Syntax
C#Visual BasicVisual C++
public RtfTreeNode this[
	int childIndex
] { get; }
Public ReadOnly Default Property Item ( _
	childIndex As Integer _
) As RtfTreeNode
public:
property RtfTreeNode^ default[int childIndex] {
	RtfTreeNode^ get (int childIndex);
}
Parameters
childIndex (Int32)
Índice del nodo hijo a recuperar.
Return Value
Nodo hijo n-ésimo del nodo actual. Devuelve null en caso de no existir.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544