Interface IDeref<T>
Namespace: LibSugar
Assembly: LibSugar.dll
Syntax
public interface IDeref<out T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Improve this Doc View SourceDeref
Declaration
T Deref { get; }
Property Value
| Type | Description |
|---|---|
| T |
Extension Methods
Sugar.Borrow<T>(T)
Sugar.Owner<T>(T)