AddrRange Type
        
 Represents a range of address values that are greater or equal to the
 Min value (inclusive) and are less than or equal to the Max
 value (inclusive).
 
      
Constructors
| Constructor | Description | 
            
                
              
              
             | 
          |
            
                
              
              
             | 
          
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.Count
                  Returns: uint64
                  
                   | 
          |
            
                
              
              
                  Full Usage: 
                   
              this.IsIncluding
                  Parameters: 
 Addr
                    
                    Returns: bool
                  
                  
 True if the address is included in the range. False otherwise.
 
                  Modifiers: inline  | 
          |
            
                
              
              
             | 
          |
            
                
              
              
             | 
          
Static members
| Static member | Description | 
            
                
              
              
             | 
          |
            
                
              
              
             | 
          
            B2R2