Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a collection that contains elements of the specified ElementType and that is represented in CLR using the specified clrType.
Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.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
- elementType 
 Type: System.Web.Http.OData.Builder.IEdmTypeConfiguration- The EdmTypeConfiguration of the elements in the collection 
- clrType 
 Type: System.Type- The type of this collection when manifested in CLR. 
See Also
CollectionTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top