Share via


ClrTypeAnnotation Constructor (Type)

 

Initializes a new instance of ClrTypeAnnotation class.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public ClrTypeAnnotation(
    Type clrType
)
public:
ClrTypeAnnotation(
    Type^ clrType
)
new : 
        clrType:Type -> ClrTypeAnnotation
Public Sub New (
    clrType As Type
)

Parameters

  • clrType
    Type: System.Type

    The backing CLR type for the EDM type.

See Also

ClrTypeAnnotation Class
System.Web.Http.OData Namespace

Return to top