EdmCollectionValue Constructor
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.
Initializes a new instance of the EdmCollectionValue class.
public EdmCollectionValue (Microsoft.OData.Edm.IEdmCollectionTypeReference type, System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDelayedValue> elements);
new Microsoft.OData.Edm.Vocabularies.EdmCollectionValue : Microsoft.OData.Edm.IEdmCollectionTypeReference * seq<Microsoft.OData.Edm.Vocabularies.IEdmDelayedValue> -> Microsoft.OData.Edm.Vocabularies.EdmCollectionValue
Public Sub New (type As IEdmCollectionTypeReference, elements As IEnumerable(Of IEdmDelayedValue))
Parameters
A reference to a collection type that describes this collection value
- elements
- IEnumerable<IEdmDelayedValue>
The collection of values stored in this collection value