Struct Extensions.Pair<TFirst, TSecond>
  
  
  
  
  Assembly: Trimmer.dll
  Syntax
  
    public struct Pair<TFirst, TSecond>
   
  Type Parameters
  
    
      
        | Name | 
        Description | 
      
    
    
      
        | TFirst | 
         | 
      
      
        | TSecond | 
         | 
      
    
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Pair(TFirst, TSecond)
  
  
  Declaration
  
    public Pair(TFirst first, TSecond second)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TFirst | 
        first | 
         | 
      
      
        | TSecond | 
        second | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  First
  
  
  Declaration
  
    public TFirst First { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Second
  
  
  Declaration
  
    public TSecond Second { get; }
   
  Property Value