Class SerializableKeyValuePair<TKey, TValue>
  
  
  
  
    Inheritance
    System.Object
    SerializableKeyValuePair<TKey, TValue>
   
  
  Assembly: Syncfusion.SfCellGrid.UWP.dll
  Syntax
  
    public sealed class SerializableKeyValuePair<TKey, TValue> : ValueType
   
  Type Parameters
  
  Constructors
  
  
  
  
  SerializableKeyValuePair(TKey, TValue)
  
  
  Declaration
  
    public SerializableKeyValuePair(TKey key, TValue value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | TKey | 
        key | 
         | 
      
      
        | TValue | 
        value | 
         | 
      
    
  
  Properties
  
  
  
  
  Key
  
  
  Declaration
  
    public TKey Key { get; set; }
   
  Property Value
  
  
  
  
  Value
  
  
  Declaration
  
    public TValue Value { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Extension Methods