 | NotSupported Enumeration |
Indicates the not supported expression combination
Namespace:
SphinxConnector.FluentApi.Helpers
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
SyntaxPublic Enumeration NotSupported
Members
| Member name | Value | Description |
---|
| NewArrayInit_MultidimensionalArray | 0 | Multi-dimensional array initializer is not supported |
| Quote | 1 | Quote is not supported |
| Dynamic | 2 | Dynamic is not supported |
| RuntimeVariables | 3 | RuntimeVariables is not supported |
| MemberInit_MemberBinding | 4 | MemberInit MemberBinding is not supported |
| MemberInit_ListBinding | 5 | MemberInit ListBinding is not supported |
| Try_GotoReturnToTheFollowupLabel | 6 | Goto of the Return kind from the TryCatch is not supported |
| Assign_Target | 7 | Not supported assignment target |
| TypeEqual | 8 | ExpressionType.TypeEqual is not supported |
See Also