Click or drag to resize

NotSupported Enumeration

Indicates the not supported expression combination

Namespace:  SphinxConnector.FluentApi.Helpers
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.2.0
Syntax
public enum NotSupported
Members
  Member nameValueDescription
NewArrayInit_MultidimensionalArray0Multi-dimensional array initializer is not supported
Quote1Quote is not supported
Dynamic2Dynamic is not supported
RuntimeVariables3RuntimeVariables is not supported
MemberInit_MemberBinding4MemberInit MemberBinding is not supported
MemberInit_ListBinding5MemberInit ListBinding is not supported
Try_GotoReturnToTheFollowupLabel6Goto of the Return kind from the TryCatch is not supported
Assign_Target7Not supported assignment target
TypeEqual8 ExpressionType.TypeEqual is not supported
See Also