ActorSystemHasExtension Method (Type) |
Determines whether this instance has the specified extension.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract bool HasExtension(
Type t
)
Public MustOverride Function HasExtension (
t As Type
) As Boolean
public:
virtual bool HasExtension(
Type^ t
) abstract
abstract HasExtension :
t : Type -> bool
Parameters
- t
- Type: SystemType
[Missing <param name="t"/> documentation for "M:Akka.Actor.ActorSystem.HasExtension(System.Type)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Akka.Actor.ActorSystem.HasExtension(System.Type)"]
See Also