Skip to content

IActivator<T> Methods

Functionality for creating object instances.

Create

abstract
public abstract T Create()
Creates an instance of type T.

Returns

An instance of type T.