Partager via


ODataInputContext.CreateCollectionReader(IEdmTypeReference) Méthode

Définition

public virtual Microsoft.OData.ODataCollectionReader CreateCollectionReader (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
abstract member CreateCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
override this.CreateCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
Public Overridable Function CreateCollectionReader (expectedItemTypeReference As IEdmTypeReference) As ODataCollectionReader

Paramètres

expectedItemTypeReference
IEdmTypeReference

Référence de type attendue pour les éléments de la collection.

Retours

Objet ODataCollectionReader nouvellement créé.

S’applique à