EdmEnumObjectCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EdmEnumObjectCollection(IEdmCollectionTypeReference) |
Initialzes a new instance of the EdmEnumObjectCollection class. |
EdmEnumObjectCollection(IEdmCollectionTypeReference, IList<IEdmEnumObject>) |
Initialzes a new instance of the EdmEnumObjectCollection class. |
EdmEnumObjectCollection(IEdmCollectionTypeReference)
Initialzes a new instance of the EdmEnumObjectCollection class.
public EdmEnumObjectCollection (Microsoft.OData.Edm.IEdmCollectionTypeReference edmType);
new Microsoft.AspNet.OData.EdmEnumObjectCollection : Microsoft.OData.Edm.IEdmCollectionTypeReference -> Microsoft.AspNet.OData.EdmEnumObjectCollection
Public Sub New (edmType As IEdmCollectionTypeReference)
Parameters
- edmType
- IEdmCollectionTypeReference
The edm type of the collection.
Applies to
EdmEnumObjectCollection(IEdmCollectionTypeReference, IList<IEdmEnumObject>)
Initialzes a new instance of the EdmEnumObjectCollection class.
public EdmEnumObjectCollection (Microsoft.OData.Edm.IEdmCollectionTypeReference edmType, System.Collections.Generic.IList<Microsoft.AspNet.OData.IEdmEnumObject> list);
new Microsoft.AspNet.OData.EdmEnumObjectCollection : Microsoft.OData.Edm.IEdmCollectionTypeReference * System.Collections.Generic.IList<Microsoft.AspNet.OData.IEdmEnumObject> -> Microsoft.AspNet.OData.EdmEnumObjectCollection
Public Sub New (edmType As IEdmCollectionTypeReference, list As IList(Of IEdmEnumObject))
Parameters
- edmType
- IEdmCollectionTypeReference
The edm type of the collection.
- list
- IList<IEdmEnumObject>
The list that is wrapped by the new collection.