Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. {{
  2. "nodeType": "Lambda",
  3. "type": {
  4. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  5. "typeName": "System.Func`2",
  6. "genericArguments": [
  7. {
  8. "assemblyName": "arctium.aurora, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
  9. "typeName": "Arctium.Database.Aurora.Entities.GameAccount",
  10. "genericArguments": null
  11. },
  12. {
  13. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  14. "typeName": "System.Object",
  15. "genericArguments": null
  16. }
  17. ]
  18. },
  19. "typeName": "lambda",
  20. "name": null,
  21. "parameters": [
  22. {
  23. "nodeType": "Parameter",
  24. "type": {
  25. "assemblyName": "arctium.aurora, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
  26. "typeName": "Arctium.Database.Aurora.Entities.GameAccount",
  27. "genericArguments": null
  28. },
  29. "typeName": "parameter",
  30. "name": "ga"
  31. }
  32. ],
  33. "body": {
  34. "nodeType": "Convert",
  35. "type": {
  36. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  37. "typeName": "System.Object",
  38. "genericArguments": null
  39. },
  40. "typeName": "unary",
  41. "operand": {
  42. "nodeType": "GreaterThan",
  43. "type": {
  44. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  45. "typeName": "System.Boolean",
  46. "genericArguments": null
  47. },
  48. "typeName": "binary",
  49. "left": {
  50. "nodeType": "MemberAccess",
  51. "type": {
  52. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  53. "typeName": "System.UInt32",
  54. "genericArguments": null
  55. },
  56. "typeName": "member",
  57. "expression": {
  58. "nodeType": "Parameter",
  59. "type": {
  60. "assemblyName": "arctium.aurora, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
  61. "typeName": "Arctium.Database.Aurora.Entities.GameAccount",
  62. "genericArguments": null
  63. },
  64. "typeName": "parameter",
  65. "name": "ga"
  66. },
  67. "member": {
  68. "type": {
  69. "assemblyName": "arctium.aurora, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null",
  70. "typeName": "Arctium.Database.Aurora.Entities.GameAccount",
  71. "genericArguments": null
  72. },
  73. "memberType": 16,
  74. "name": "Id",
  75. "signature": "UInt32 Id"
  76. }
  77. },
  78. "right": {
  79. "nodeType": "Constant",
  80. "type": {
  81. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  82. "typeName": "System.UInt32",
  83. "genericArguments": null
  84. },
  85. "typeName": "constant",
  86. "value": {
  87. "type": {
  88. "assemblyName": "System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
  89. "typeName": "System.UInt32",
  90. "genericArguments": null
  91. },
  92. "value": 22
  93. }
  94. },
  95. "method": null,
  96. "conversion": null,
  97. "liftToNull": false
  98. },
  99. "method": null
  100. },
  101. "tailCall": false
  102. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement