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.DiagnosticsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)