Esempio n. 1
0
 /// <summary>
 /// Makes a new object.
 /// </summary>
 /// <remarks>
 /// The {@link com.natpryce.makeiteasy.MakeItEasy#make(Maker) MakeItEasy.make} method
 /// is syntactic sugar to make calls to this method read more naturally in most
 /// contexts.
 /// </remarks>
 /// <returns>a new object</returns>
 public T make()
 {
     return(instantiator.instantiate(this));
 }