ActorTypeInformation.EventInterfaceTypes Property

Definition

Gets the actor event interface which the actor class implements.

public System.Collections.Generic.IEnumerable<Type> EventInterfaceTypes { get; }
member this.EventInterfaceTypes : seq<Type>
Public ReadOnly Property EventInterfaceTypes As IEnumerable(Of Type)

Property Value

An enumerator that can be used to iterate through the actor event interface which the actor class implements.

Applies to