Megosztás a következőn keresztül:


ActorTypeInformation.InterfaceTypes Property

Definition

Gets the actor interface types which derive from IActor and implemented by actor class.

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

Property Value

An enumerator that can be used to iterate through the actor interface type.

Applies to