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<Func<T>> where T : new()
Type Parameters
Name | Description |
---|---|
T | The type with public parameterless constructor. |