AkkaSpecExtensions..::..Then<(Of <(<'T>)>)> Method (T, Action<(Of <(<'T>)>)>)

Namespace:  Akka.Tests
Assembly:  Akka.TestKit (in Akka.TestKit.dll)

Syntax


public static void Then<T>(
	this T self,
	Action<T> body
)
<ExtensionAttribute> _
Public Shared Sub Then(Of T) ( _
	self As T, _
	body As Action(Of T) _
)
[ExtensionAttribute]
public:
generic<typename T>
static void Then(
	T self, 
	Action<T>^ body
)

Type Parameters

T

Parameters

self
Type: T
body
Type: Action<(Of <(<'T>)>)>