ActorSystem..::..HasExtension<(Of <(<'T>)>)> Method

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public bool HasExtension<T>()
where T : IExtension
Public Function HasExtension(Of T As IExtension) As Boolean
public:
generic<typename T>
where T : IExtension
bool^ HasExtension()

Type Parameters

T