Jurassic.Compiler.NameExpression.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Calculates the hash code for this object.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return this.Name.GetHashCode() ^ this.Scope.GetHashCode();
        }