コード例 #1
0
 /// <summary>
 /// Configure how the specified type is populated by GenFu.
 /// NOTE: Maintains previous configuration for the specified type.
 /// </summary>
 /// <typeparam name="T">The target object type</typeparam>
 /// <returns>A configurator for the specified object type</returns>
 public static GenFuConfigurator <T> Set <T>() where T : new()
 {
     return(GenFuInstance.Set <T>());
 }
コード例 #2
0
 public static GenFuConfigurator Set()
 {
     return(GenFuInstance.Set());
 }