Partilhar via


ActorTypeExtensions.IsActorInterface(Type) Método

Definição

Indica se o tipo de interface é uma interface de ator.

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

Parâmetros

actorInterfaceType
Type

O tipo de interface do ator.

Retornos

true, se actorInterfaceType for uma interface apenas implementa IActor ou (IActor e IActorEventPublisher); caso contrário, false.

Aplica-se a