public delegate void AddDelegate(
IComponent component,
Action<DesignerActionList> add
)
Public Delegate Sub AddDelegate (
component As IComponent,
add As Action(Of DesignerActionList)
)
type AddDelegate =
delegate of
component : IComponent *
add : Action<DesignerActionList> -> unit