Redigera

Dela via


IActivator<T> Interface

Definition

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 T.

Applies to

See also

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