Interface IRef<T>
Pack the value into the box so that it is passed by reference
Namespace: LibSugar
Assembly: LibSugar.dll
Syntax
public interface IRef<T> : IBox<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Properties
| Improve this Doc View SourceValue
Declaration
T Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| T | 
Extension Methods
      Sugar.Borrow<T>(T)
  
  
      Sugar.Owner<T>(T)