次の方法で共有


LayoutScope.WriterFunc<TContext> 代理人

定義

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 

型パラメーター

TContext
この型パラメーターは反変です。 つまり、指定した型、または弱い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。

パラメーター

scope
RowCursor
context
TContext

戻り値

適用対象