UnityScript.Parser.UnityScriptParser.mk_tokenSet_36_ C# (CSharp) Method

mk_tokenSet_36_() private static method

private static mk_tokenSet_36_ ( ) : long[]
return long[]
        private static long[] mk_tokenSet_36_()
        {
            long[] numArray1 = new long[4];
            numArray1[0] = 0x2000000000000000L;
            numArray1[1] = 0x80000000L;
            return numArray1;
        }
UnityScriptParser