public new void ToString() { var signature = new FieldSignature(typeof(int)); Assert.That(signature.ToString(), Is.EqualTo("System.Int32")); }