コード例 #1
0
 public PageMethodDesignerActionList(IComponent component, MethodInfo signature, PageMethodSignatureAttribute attribute)
     : base(component)
 {
     _signature = signature;
     _attribute = attribute;
 }