# SetExplicitInstantiationMethod<T>(Func<T>)

> Sets an explicit instantiation method for the T type.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Properties](/engine/6000.6/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
public static void SetExplicitInstantiationMethod<T>(Func<T> constructor)
```

### Parameters

**** (\[Func\<T>]\(https\://learn.microsoft.com/dotnet/api/system.func-1)): The instantiation method.
