IsSupportedParameterType
(
originalType
)
|
Tests if a parameter type can be supplied directly to a callback method from.
Signature
bool Meta.WitAi.Windows.WitParameterValidator.IsSupportedParameterType(Type originalType) Parameters originalType: TypeReturns bool
True if the parameter type is supported. False otherwise.
|