CommanderPlugin Delegate

Namespace
Xenial.Delicious.Plugins
Interfaces
  • ICloneable
  • ISerializable
Base Types
  • object
  • Delegate
  • MulticastDelegate
CommanderPlugin
MulticastDelegate
Delegate
object
ICloneable
ISerializable

Syntax

public delegate TastyCommander CommanderPlugin(TastyCommander scope) : MulticastDelegate, 
    ICloneable, ISerializable

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate