Implements Item[([(Int32])]).

Namespace:  PerpetuumSoft.Reporting.Data.Olap
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public JointPassTreeNode this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As JointPassTreeNode
Visual C++
public:
property JointPassTreeNode^ default[int index] {
	JointPassTreeNode^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also