# VariadicParameterType

Property in [FunctionType](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.functiontype)

## Summary

Gets the type of value that this type of function accepts as a variadic parameter.

```csharp
public IType? VariadicParameterType { get; internal set; }
```

## Remarks

This value is `null` if this type of function does not accept variadic parameters.
