bool | ShouldFilterOut ( Type type ) Tests if a parameter type should be filtered out. |
bool | ShouldFilterOut ( string typeName ) |
bool Meta.WitAi.Windows.WitParameterFilter.ShouldFilterOut ( Type type ) |
---|
Tests if a parameter type should be filtered out. Parameters type The data type. Returns True if the parameter type should be filtered out. False otherwise. |
bool Meta.WitAi.Windows.WitParameterFilter.ShouldFilterOut ( string typeName ) |
---|
No description available.
|