예제 #1
0
 public static T Into <T>(this IEventfulReader reader)
     where T : new()
 {
     return(reader.Into(new T()));
 }