Share via


ODataInputContext.CreateCollectionReader(IEdmTypeReference) Method

Definition

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

Parameters

expectedItemTypeReference
IEdmTypeReference

The expected type reference for the items in the collection.

Returns

The newly created ODataCollectionReader.

Applies to