IActivator<T> Interface
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.
Functionality for creating object instances.
public interface IActivator<T>
type IActivator<'T> = interface
Public Interface IActivator(Of T)
Type Parameters
- T
The instance type which this implementation creates.
Methods
Create() |
Creates an instance of type |
Applies to
See also
- <xref:Orleans.Serialization.Activators.IActivator>