Initializes a new instance of the Ref Class.Initializes a new instance of the Ref Class.Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim objref As Ref(Of T)

Dim instance As New Ref(Of T)(objref)

Syntax

Visual Basic
Public Sub New ( _
		objref As Ref(Of T) _
)
C#
public Ref (
		Ref<T> objref
)
C++
public:
Ref (
		Ref<T>^ objref
)
J#
public Ref (
		Ref<T> objref
)
JScript
public function Ref (
		objref : Ref<T>
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also