Interface ITypedReference<T>
Represents a typed reference.
Namespace: DotNext
Assembly: DotNext.dll
Syntax
public interface ITypedReference<T> where T : allows ref struct
Type Parameters
| Name | Description |
|---|---|
| T | The type of the referenced value. |
Properties
View SourceValue
Gets a reference to the value.
Declaration
ref readonly T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |