Show / Hide Table of Contents

Interface IReference<T>

An interface for references to objects.

Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public interface IReference<out T>
Type Parameters
Name Description
T

Type of the referenced object.

Properties

Value

Gets the contained value.

Declaration
T Value { get; }
Property Value
Type Description
T
In This Article
Back to top Generated by DocFX