Struct Activator<T>
Represents implementation of ISupplier<TResult> that acts as activator of type with public parameterless constructor.
Inherited Members
Namespace: DotNext
Assembly: DotNext.dll
Syntax
public readonly struct Activator<T> : ISupplier<T>, IFunctional where T : new(), allows ref struct
Type Parameters
| Name | Description |
|---|---|
| T | The type with public parameterless constructor. |