ActorTypeInformation.InterfaceTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Collections.Generic.IEnumerable<System.Type>
An enumerator that can be used to iterate through the actor interface type.