/// <summary> /// Returns a function that randomly selects a Type from the System namespace. /// </summary> public Func <Type> GetRandomTypeGenerator() => _context.GetRandomTypeGenerator();
/// <summary> /// Returns a function that randomly selects a Type from the System namespace. /// </summary> public static Func <Type> GetRandomTypeGenerator() => Context.GetRandomTypeGenerator();