|
DataTreeStructureCount Method (Int32)
|
number of items in a branch
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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:
Int32number of items in a branch
See Also