예제 #1
0
 public DependentType(global::Improbable.TestSchema.ExhaustiveRepeatedData a, global::Improbable.TestSchema.SomeEnum b, global::Improbable.TestSchema.SomeEnum?c, global::System.Collections.Generic.List <global::Improbable.TestSchema.SomeType> d, global::System.Collections.Generic.Dictionary <global::Improbable.TestSchema.SomeEnum, global::Improbable.TestSchema.SomeType> e)
 {
     A = a;
     B = b;
     C = c;
     D = d;
     E = e;
 }
예제 #2
0
                public static void Set(uint handle, global::Improbable.TestSchema.ExhaustiveRepeatedData value)
                {
                    if (!Storage.ContainsKey(handle))
                    {
                        throw new ArgumentException($"AProvider does not contain handle {handle}");
                    }

                    Storage[handle] = value;
                }