ClrTypeAnnotation Constructor
Initializes a new instance of ClrTypeAnnotation class.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Sub New ( _
clrType As Type _
)
'Usage
Dim clrType As Type
Dim instance As New ClrTypeAnnotation(clrType)
public ClrTypeAnnotation(
Type clrType
)
public:
ClrTypeAnnotation(
Type^ clrType
)
new :
clrType:Type -> ClrTypeAnnotation
public function ClrTypeAnnotation(
clrType : Type
)
Parameters
- clrType
Type: System.Type
The backing CLR type for the EDM type.