C# Class IrcShark.Chatting.Irc.Mode

The Mode class represents one mode set in an irc mode line.
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
Mode ( FlagDefinition flag, FlagArt art ) : System

Initializes a new instance of the Mode class.

Mode ( FlagDefinition flag, FlagArt art, string parameter ) : System

Initializes a new instance of the Mode class.

Method Details

Mode() public method

Initializes a new instance of the Mode class.
public Mode ( FlagDefinition flag, FlagArt art ) : System
flag FlagDefinition The flag, what is changed.
art FlagArt The way, the flag is changed.
return System

Mode() public method

Initializes a new instance of the Mode class.
public Mode ( FlagDefinition flag, FlagArt art, string parameter ) : System
flag FlagDefinition The flag, what is changed.
art FlagArt The way, the flag is changed.
parameter string The parameter for the flag.
return System