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