Costruttore EdmCollectionType
Inizializza una nuova istanza della classe EdmCollectionType.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
elementType As IEdmTypeReference _
)
'Utilizzo
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
)
Parametri
- elementType
Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo degli elementi contenuti nella raccolta.