RowWriter.WriterFunc<TContext> Delegate

Definition

public delegate Microsoft.Azure.Cosmos.Serialization.HybridRow.Result RowWriter.WriterFunc<in TContext>(ref RowWriter writer, TypeArgument typeArg, TContext context);
type RowWriter.WriterFunc<'Context> = delegate of RowWriter * TypeArgument * 'Context -> Result
Public Delegate Function RowWriter.WriterFunc(Of In TContext)(ByRef writer As RowWriter, typeArg As TypeArgument, 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

writer
RowWriter
typeArg
TypeArgument
context
TContext

Return Value

Applies to