Jaa


EdmCollectionValue Constructor

Definition

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

type
IEdmCollectionTypeReference

A reference to a collection type that describes this collection value

elements
IEnumerable<IEdmDelayedValue>

The collection of values stored in this collection value

Applies to