ShouldFilterOut
(
type
)
|
Tests if a parameter type should be filtered out.
Signature
bool Meta.WitAi.Windows.WitParameterFilter.ShouldFilterOut(Type type) Parameters type: TypeÂ
The data type.
Returns boolÂ
True if the parameter type should be filtered out. False otherwise.
|
ShouldFilterOut
(
typeName
)
|
Signature
bool Meta.WitAi.Windows.WitParameterFilter.ShouldFilterOut(string typeName) Parameters typeName: stringReturns bool |