Delegate TypeConstruction.ConstructorMethod<TType>
Represents the method that will handle constructing a specified TType.
Namespace: Unity.Properties.Editor
Syntax
public delegate TType ConstructorMethod<out TType>();
Returns
| Type | Description |
|---|---|
| TType |
Type Parameters
| Name | Description |
|---|---|
| TType | The type this delegate constructs. |