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
- elementType
Type : Microsoft.Data.Edm.IEdmTypeReference
Type des éléments de cette collection.