예제 #1
0
    public static int smethod_1(byte[] A_0, Class915 A_1)
    {
        int hashCode = Class968.smethod_0(A_0).GetHashCode();
        int num2     = ((A_1 == null) || !A_1.method_1()) ? 0 : A_1.GetHashCode();

        return(hashCode ^ num2);
    }
예제 #2
0
 public static bool smethod_0(Class915 A_0)
 {
     if (A_0 != null)
     {
         return(A_0.method_0());
     }
     return(true);
 }
예제 #3
0
    public static int smethod_2(byte[] A_0, Class915 A_1, Class236 A_2)
    {
        int num = smethod_1(A_0, A_1);

        if (A_2 != null)
        {
            num = (num * 0x18d) ^ A_2.GetHashCode();
        }
        return(num);
    }