ARCed.Scintilla.Annotation.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Overridden. Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return this._scintilla.GetHashCode() ^ this._lineIndex;
        }