IActivator<T> Interface

Definition

Functionality for creating object instances.

C#
public interface IActivator<T>

Type Parameters

T

The instance type which this implementation creates.

Methods

Create()

Creates an instance of type T.

Applies to

Tuote Versiot
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

See also

  • <xref:Orleans.Serialization.Activators.IActivator>