'Declaration
Public Overloads Function Add( _ ByVal value As Object _ ) As C1TreeNode
public C1TreeNode Add( object value )
Parameters
- value
- The value of new C1TreeNode which to add to the C1TreeNodeCollection.
Return Value
The C1TreeNode that is added to the collection.