ByteSpan Type
        
 Represents a read-only span for byte arrays. This is a type alias for
 ReadOnlySpan<byte>. We define this alias because B2R2 uses this
 type quite frequently.
 
      
Instance members
| Instance member | Description | 
            
                
              
              
                  Full Usage: 
                   
              this.IsEmpty
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this[arg1]
                  Parameters: 
 int
                    
                    Returns: byref<byte>
                  
                   | 
          
            
 
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.Length
                  Returns: int
                  
                   | 
          
            
  | 
        
Static members
| Static member | Description | 
            
                
              
               | 
          
            
  | 
        
            B2R2