This method actually implements the modification of a node data so that it's collection of children node data includes a given .
            
            
            Syntax
            
            
            
            
            protected virtual void InsertChildNodeKey( 
    ,
    
)
             
        
             
        
            Parameters
- nodedata
 
- the node data to be modified; if null, this method does nothing
 - childkey
 
- the key value of the "child" node data; if null, this method does nothing
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also