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)
Syntax
public DisposableReference(
T reference
)
public:
DisposableReference(
T reference
)
new :
reference:'T -> DisposableReference
Public Sub New (
reference As T
)
Parameters
reference
Type: TThe reference that is to be disposed.
See Also
DisposableReference<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top