Пример #1
0
    bool Toggle(ue::Object obj)
    {
        int hash = obj.GetHashCode();

        if (!predicates.ContainsKey(hash))
        {
            predicates.Add(hash, false);
        }

        return(predicates [hash]);
    }
Пример #2
0
 int hashCode(ue::Object obj)
 {
     return(obj.GetHashCode());
 }