ExtensionIdProviderTExtensionType Property |
[Missing <summary> documentation for "P:Akka.Actor.ExtensionIdProvider`1.ExtensionType"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Type ExtensionType { get; }
Public ReadOnly Property ExtensionType As Type
Get
public:
virtual property Type^ ExtensionType {
Type^ get () sealed;
}
abstract ExtensionType : Type with get
override ExtensionType : Type with get
Property Value
Type:
TypeImplements
IExtensionIdExtensionType
See Also