| ExpressionParserINegationSignatures Interface | 
[Missing <summary> documentation for "T:System.Linq.Dynamic.ExpressionParser.INegationSignatures"]
Namespace: System.Linq.Dynamic
 Syntax
Syntaxprivate interface INegationSignatures
 Methods
Methods| Name | Description | |
|---|---|---|
|  | F(Decimal) | |
|  | F(Double) | |
|  | F(Int32) | |
|  | F(Int64) | |
|  | F(NullableDecimal) | |
|  | F(NullableDouble) | |
|  | F(NullableInt32) | |
|  | F(NullableInt64) | |
|  | F(NullableSingle) | |
|  | F(Single) | 
 See Also
See Also