EdmComplexObjectCollection Constructor (IEdmCollectionTypeReference)
Initialzes a new instance of the EdmComplexObjectCollection class.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Sub New ( _
edmType As IEdmCollectionTypeReference _
)
'Usage
Dim edmType As IEdmCollectionTypeReference
Dim instance As New EdmComplexObjectCollection(edmType)
public EdmComplexObjectCollection(
IEdmCollectionTypeReference edmType
)
public:
EdmComplexObjectCollection(
IEdmCollectionTypeReference^ edmType
)
new :
edmType:IEdmCollectionTypeReference -> EdmComplexObjectCollection
public function EdmComplexObjectCollection(
edmType : IEdmCollectionTypeReference
)
Parameters
- edmType
Type: IEdmCollectionTypeReference
The edm type of the collection.
See Also
Reference
EdmComplexObjectCollection Class