Creates an instance of this class from a specified value.

Declaration Syntax

Public Sub New( _
	ByVal wrappedValue As _T _
)
public ReferenceTypeWrapper`1(
	_T wrappedValue
);
public: ReferenceTypeWrapper`1(
	_T wrappedValue
);
public function ReferenceTypeWrapper`1(
	wrappedValue : _T
);

Parameters

wrappedValue
The value to wrap. 

Requirements

Namespace: Eas.WebCrawler.Common.Diagnostics
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

ReferenceTypeWrapper`1 Class | ReferenceTypeWrapper`1 Members | Eas.WebCrawler.Common.Diagnostics Namespace