Interface TypeInstanceFactory.ITypeConstructor<TValue, TInput>
Namespace: Unity.Properties
Syntax
public interface ITypeConstructor<out TValue, in TInput>
Type Parameters
Name | Description |
---|---|
TValue | |
TInput |
Methods
Construct(TInput)
Declaration
TValue Construct(TInput source)
Parameters
Type | Name | Description |
---|---|---|
TInput | source |
Returns
Type | Description |
---|---|
TValue |