Exemplo n.º 1
0
 public T InstanceOf <T>(InlineGenerator <T> gen)
 {
     lock (_syncRoot)
     {
         return(_allGenerator.InstanceOf(gen));
     }
 }
Exemplo n.º 2
0
 public static T InstanceOf <T>()
 {
     return(Generate.InstanceOf <T>());
 }