示例#1
0
 /// <summary>
 /// Creates a new empty Object value.
 /// <para>
 /// See the <see href="https://app.fauna.com/documentation/reference/queryapi#simple-type">FaunaDB Values</see>
 /// </para>
 /// </summary>
 public static Expr Obj() =>
 Obj(ImmutableDictionary.Empty <string, Expr>());