BeginScope<TState>(TState) Method
Namespace
Statiq.Testing
Containing Type
TestExecutionContext

Syntax

public IDisposable BeginScope<TState>(TState state)

Type Parameters

Name Description
TState

Parameters

Name Type Description
state TState

Return Value

Type Description
IDisposable