|
DataTreeStructureCount Method (Int32)
|
number of items in a branch.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic int Count(
int ind
)
Public Function Count (
ind As Integer
) As Integer
public:
int Count(
int ind
)
member Count :
ind : int -> int
Parameters
- ind
- Type: SystemInt32
index of the tree.
Return Value
Type:
Int32return number of items in a branch.
See Also