Class Ref<T>
  
  
  
  
  
  
  Assembly: Titanium.Web.Proxy.dll
  Syntax
  
  Type Parameters
  
  Constructors
  
  
  
  
  Ref()
  
  
  Declaration
  
  
  
  
  Ref(T)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | T | value |  | 
    
  
  Properties
  
  
  
  
  Value
  
  
  Declaration
  
    public T Value { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Operators
  
  
  
  
  Implicit(T to Ref<T>)
  
  
  Declaration
  
    public static implicit operator Ref<T>(T value)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | T | value |  | 
    
  
  Returns
  
  
  
  
  Implicit(Ref<T> to T)
  
  
  Declaration
  
    public static implicit operator T(Ref<T> r)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Ref<T> | r |  | 
    
  
  Returns