TestBlock.this

Constructor

class TestBlock
this
(
TestCallback callback
,
string name
)

Parameters

callback

Lazy expression for run block.

name
Type: string

Name of block.

Examples

auto block = new TestBlock({}, "Test");

Meta