Antlr4.Runtime.Atn.OrderedATNConfigSet.GetKey C# (CSharp) Method

GetKey() protected method

protected GetKey ( ATNConfig e ) : long
e ATNConfig
return long
        protected internal override long GetKey(ATNConfig e)
        {
            return e.GetHashCode();
        }