Partilhar via


ActorTypeExtensions.IsRemindableActor(Type) Método

Definição

Indica um valor se um tipo de ator implementa a IRemindable interface .

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

Parâmetros

actorType
Type

O tipo que implementa o ator.

Retornos

true, se o actorType implementar uma IRemindable interface; caso contrário, false.

Aplica-se a