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