RowReader.ReaderFunc<TContext> Delegate

Definition

public delegate Microsoft.Azure.Cosmos.Serialization.HybridRow.Result RowReader.ReaderFunc<in TContext>(ref RowReader reader, TContext context);
type RowReader.ReaderFunc<'Context> = delegate of RowReader * 'Context -> Result
Public Delegate Function RowReader.ReaderFunc(Of In TContext)(ByRef reader As RowReader, context As TContext) As Result 

Type Parameters

TContext
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.

Parameters

reader
RowReader
context
TContext

Return Value

Applies to