Delegate TMPParameterUtility.ParseDelegate<T, U, V, W>
- Namespace
- TMPEffects.Parameters
Delegate used in HasArrayParameter(IDictionary<string, string>, string, params string[]) and related methods to parse array items.
Generally, you can use the methods defined in ParameterParsing for this.
public delegate W TMPParameterUtility.ParseDelegate<T, U, V, W>(T input, out U output, V keywords)
Parameters
input
T- Delegate used in and related methods to parse array items. Generally, you can use the methods defined in for this.
output
U- Delegate used in and related methods to parse array items. Generally, you can use the methods defined in for this.
keywords
V- Delegate used in and related methods to parse array items. Generally, you can use the methods defined in for this.
Returns
- W
- Delegate used in and related methods to parse array items. Generally, you can use the methods defined in for this.
Type Parameters
T
U
V
W