Share via


ExtensionMethods.ElementType(IEdmCollectionTypeReference) Method

Definition

Gets the element type of the definition of this collection reference.

public static Microsoft.OData.Edm.IEdmTypeReference ElementType (this Microsoft.OData.Edm.IEdmCollectionTypeReference type);
static member ElementType : Microsoft.OData.Edm.IEdmCollectionTypeReference -> Microsoft.OData.Edm.IEdmTypeReference
<Extension()>
Public Function ElementType (type As IEdmCollectionTypeReference) As IEdmTypeReference

Parameters

type
IEdmCollectionTypeReference

Reference to the calling object.

Returns

The element type of the definition of this collection reference.

Applies to