ChildCount Property (C1TreeMap)
In This Topic
Syntax
'Declaration
Public Overridable ReadOnly Property ChildCount As Integer
'Usage
Dim instance As C1TreeMap
Dim value As Integer
value = instance.ChildCount
public virtual int ChildCount {get;}
See Also