Click or drag to resize
ChildContextualCreatorCreateTScope, TParent, TChildContext Method

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static IChildContextualCreator<TScope, TChildContext> Create<TScope, TParent, TChildContext>(
	IAccessContextual<TScope, TParent, TChildContext> parent
)

Parameters

parent
Type: AccessFlowIAccessContextualTScope, TParent, TChildContext
The access contextual being wrapped.

Type Parameters

TScope
The type of the access scopes.
TParent
The type of the access contextual when it is used as parent for the creation of a child contextual.
TChildContext
The type of the child contextuals.

Return Value

Type: IChildContextualCreatorTScope, TChildContext
The newly created IChildContextualCreatorTScope, TChild wrapping parent.
See Also