C# Class IrcD.Channel.UserPerChannelInfo

Inheritance: InfoBase
Afficher le fichier Open project: FreeApophis/ircddotnet Class Usage Examples

Méthodes publiques

Méthode Description
UserPerChannelInfo ( UserInfo userInfo, ChannelInfo channelInfo ) : System.Text
WriteLine ( StringBuilder line ) : int

This method just delegates the work to

WriteLine ( StringBuilder line, UserInfo exception ) : int

Method Details

UserPerChannelInfo() public méthode

public UserPerChannelInfo ( UserInfo userInfo, ChannelInfo channelInfo ) : System.Text
userInfo UserInfo
channelInfo ChannelInfo
Résultat System.Text

WriteLine() public méthode

This method just delegates the work to
public WriteLine ( StringBuilder line ) : int
line System.Text.StringBuilder
Résultat int

WriteLine() public méthode

public WriteLine ( StringBuilder line, UserInfo exception ) : int
line System.Text.StringBuilder
exception UserInfo
Résultat int