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