Sorts all nodes at the given level using the specified comparer.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Sort( _
   ByVal  As System.Integer, _
   ByVal  As System.Collections.IComparer _
) 
             
        
            
            public void Sort( 
   System.int ,
   System.Collections.IComparer 
)
             
        
             
        
            パラメータ
- level
 
- Level of the nodes to sort.
 - comparer
 
- An System.Collections.IComparer object that compares Node objects.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照