Exemplo n.º 1
0
                    public static global::Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.Other0 ToSpatial(global::Generated.Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.Other0 nativeType)
                    {
                        var spatialType = new global::Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.Other0();

                        spatialType.foo = nativeType.Foo;
                        return(spatialType);
                    }
Exemplo n.º 2
0
 public NestedTypeName(
     global::Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.Other0 otherZero,
     global::Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.NestedEnum enumField)
 {
     this.otherZero = otherZero;
     this.enumField = enumField;
 }
Exemplo n.º 3
0
                    public static Other0 ToNative(global::Improbable.Gdk.Tests.TypeName.Other.NestedTypeName.Other0 spatialType)
                    {
                        var nativeType = new Other0();

                        nativeType.Foo = spatialType.foo;
                        return(nativeType);
                    }