Aracılığıyla paylaş


ActorTypeExtensions.IsActor(Type) Method

Definition

Indicates a value whether the actorType is an actor.

public static bool IsActor (this Type actorType);
static member IsActor : Type -> bool
<Extension()>
Public Function IsActor (actorType As Type) As Boolean

Parameters

actorType
Type

The type implementing actor.

Returns

true, if the BaseType of actorType is an Actor; otherwise, false.

Applies to