INTERNAL_CALL_Create_Internal() private méthode

private INTERNAL_CALL_Create_Internal ( IntPtr &value ) : void
value System.IntPtr
Résultat void
Exemple #1
0
        private static IntPtr Create_Internal()
        {
            IntPtr result;

            WorldAnchorTransferBatch.INTERNAL_CALL_Create_Internal(out result);
            return(result);
        }