Property in FunctionType
Gets the type of value that this type of function accepts as a variadic parameter.
public IType? VariadicParameterType { get; internal set; }
This value is null if this type of function does not accept variadic parameters.
null
Last updated 2 months ago
Was this helpful?