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.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.IEdmTypeConfigurationThe EdmTypeConfiguration of the elements in the collection
clrType
Type: System.TypeThe type of this collection when manifested in CLR.
See Also
CollectionTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top