示例#1
0
 /// <summary>
 /// *Only* ejects the cached object built by this Instance
 /// from its lifecycle if it already exists.
 /// </summary>
 public void EjectObject()
 {
     _family.Eject(_instance);
 }