Aracılığıyla paylaş


ActorTypeExtensions.IsRemindableActor(Type) Method

Definition

Indicates a value whether an actor type implements IRemindable interface.

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

Parameters

actorType
Type

The type implementing actor.

Returns

true, if the actorType implements an IRemindable interface; otherwise, false.

Applies to