コード例 #1
0
 public StartupHandlerInfo(Type type, ApplicationStartupAttribute attribute)
 {
     Type      = type;
     Attribute = attribute;
 }
コード例 #2
0
 public StartupHandlerInfo(Type type, ApplicationStartupAttribute attribute)
 {
     Type = type;
     Attribute = attribute;
 }