Brunet.Messaging.Subscriber.GetHashCode C# (CSharp) Метод

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

Returns the Handlers hashcode.
public GetHashCode ( ) : int
Результат int
    public override int GetHashCode() {
      return Handler.GetHashCode();
    }
  }