ARCed.Scintilla.Annotation.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Overridden. Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return this._scintilla.GetHashCode() ^ this._lineIndex;
        }