Ref<T> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A struct
that can store a reference to a value of a specified type.
public readonly ref struct Ref<T>
type Ref<'T> = struct
Public Structure Ref(Of T)
Type Parameters
- T
The type of value to reference.
- Inheritance
-
Ref<T>
Constructors
Ref<T>(Object, T) |
Properties
Value |
Gets the |
Operators
Implicit(Ref<T> to T) |
Implicitly gets the |