Partager via


Constructeur EdmCollectionType

Initialise une nouvelle instance de la classe EdmCollectionType.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    elementType As IEdmTypeReference _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

EdmCollectionType Classe

Espace de noms Microsoft.Data.Edm.Library