예제 #1
0
        public static IO *GetIO()
        {
            IO *ret = imnodesNative.imnodes_GetIO();

            return(ret);
        }
예제 #2
0
 public IOPtr(IO *nativePtr) => NativePtr    = nativePtr;
예제 #3
0
 public static extern void IO_destroy(IO *self);