Export<T>(T, Action) Constructor

Definition

Initializes a new instance of the Export<T> class.

public Export (T value, Action disposeAction);

Parameters

value
T

The exported instance.

disposeAction
Action

An action that will dispose the exported instance.

Applies to

Product Versions
.NET Core 1.1, 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)