IActivator<T> Interface
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.
Functionality for creating object instances.
C#
public interface IActivator<T>
type IActivator<'T> = interface
Public Interface IActivator(Of T)
- T
The instance type which this implementation creates.
Create() |
Creates an instance of type |
Tuote | Versiot |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |
- <xref:Orleans.Serialization.Activators.IActivator>