Beispiel #1
0
        public void Hashcode()
        {
            var msg = new BasicMessage("test", 1);

            // make sure it doesn't throw

            msg.GetHashCode();
        }