Click or drag to resize
LambdaSubContextualFactoryCreateTScope, TParent, TChildContextual Method

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static IChildContextualFactory<TScope, TParent, TChildContextual> Create<TScope, TParent, TChildContextual>(
	Func<TParent, IAccessContext<TScope>, TChildContextual> creator
)

Parameters

creator
Type: SystemFuncTParent, IAccessContextTScope, TChildContextual
The function the new IChildContextualFactoryTScope, TParent, TChildContextual is implemented with.

Type Parameters

TScope
The type of the access scopes.
TParent
The type of the parent access contextual.
TChildContextual
The type of the created access contextual.

Return Value

Type: IChildContextualFactoryTScope, TParent, TChildContextual
The new IChildContextualFactoryTScope, TParent, TChildContextual.
See Also