Partilhar via


EdmCollectionType Constructor

Initializes a new instance of the EdmCollectionType class.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    elementType As IEdmTypeReference _
)
'Usage
Dim elementType As IEdmTypeReference 

Dim instance As New EdmCollectionType(elementType)
public EdmCollectionType(
    IEdmTypeReference elementType
)
public:
EdmCollectionType(
    IEdmTypeReference^ elementType
)
new : 
        elementType:IEdmTypeReference -> EdmCollectionType
public function EdmCollectionType(
    elementType : IEdmTypeReference
)

Parameters

See Also

Reference

EdmCollectionType Class

Microsoft.Data.Edm.Library Namespace