DisposableReference<T> Constructor (T)

 

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

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public DisposableReference(
	T reference
)

Parameters

reference
Type: T

The reference that is to be disposed.

Return to top
Show: