예제 #1
0
 private static IFormCollection <T> Of <T>(IFormCollection <IForm> collection) where T : IForm
 {
     return(collection.Of <T>());
 }