LoggingBusIsSubClassification Method |
Determines whether [is sub classification] [the specified parent].
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected override bool IsSubClassification(
Type parent,
Type child
)
Protected Overrides Function IsSubClassification (
parent As Type,
child As Type
) As Boolean
protected:
virtual bool IsSubClassification(
Type^ parent,
Type^ child
) override
abstract IsSubClassification :
parent : Type *
child : Type -> bool
override IsSubClassification :
parent : Type *
child : Type -> bool
Parameters
- parent
- Type: SystemType
The parent. - child
- Type: SystemType
The child.
Return Value
Type:
Booleantrue if [is sub classification] [the specified parent]; otherwise,
false.
See Also