次の方法で共有


ODataInputContext.CreateCollectionReader(IEdmTypeReference) メソッド

定義

ODataCollectionReader を作成します。

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

パラメーター

expectedItemTypeReference
IEdmTypeReference

コレクション内の項目に対して予期される型参照。

戻り値

新しく作成された ODataCollectionReader

適用対象