예제 #1
0
 DuckTypeLeasing <IDuckType> IDuckTypeFactory.Rent(object instance)
 => DuckTypeLeasing <IDuckType> .RentDuckType(this, instance);
예제 #2
0
 public DuckTypeLeasing <T> Rent(object instance)
 => DuckTypeLeasing <T> .Rent(this, instance);