LayoutScope.WriterFunc<TContext> Delegate

Definition

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

scope
RowCursor
context
TContext

Return Value

Applies to