Partilhar via


ActorTypeExtensions.IsActor(Type) Método

Definição

Indica um valor se actorType é um ator.

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

Parâmetros

actorType
Type

O tipo que implementa o ator.

Retornos

true, se o BaseType de actorType for um Actor; caso contrário, false.

Aplica-se a