Show / Hide Table of Contents

Interface IDiscardable<T>

An interface for disposable references to objects.

Inherited Members
IReference<T>.Value
Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public interface IDiscardable<T> : IReference<T>, IDisposable
Type Parameters
Name Description
T

Type of the referenced object.

In This Article
Back to top Generated by DocFX