Share via


CollectionTypeConfiguration Constructor (IEdmTypeConfiguration, Type)

 

Constructs a collection that contains elements of the specified ElementType and that is represented in CLR using the specified clrType.

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

Syntax

public CollectionTypeConfiguration(
    IEdmTypeConfiguration elementType,
    Type clrType
)
public:
CollectionTypeConfiguration(
    IEdmTypeConfiguration^ elementType,
    Type^ clrType
)
new : 
        elementType:IEdmTypeConfiguration *
        clrType:Type -> CollectionTypeConfiguration
Public Sub New (
    elementType As IEdmTypeConfiguration,
    clrType As Type
)

Parameters

  • clrType
    Type: System.Type

    The type of this collection when manifested in CLR.

See Also

CollectionTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top