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