ValueFormatterFactory public sealed delegate ValueFormatterFactory : MulticastDelegate Custom value formatter factory function Documentation Code namespace NUnit.Framework.Constraints { public delegate ValueFormatter ValueFormatterFactory (ValueFormatter next); }