C# 클래스 IrcD.Channel.UserPerChannelInfo

상속: InfoBase
파일 보기 프로젝트 열기: FreeApophis/ircddotnet 1 사용 예제들

공개 메소드들

메소드 설명
UserPerChannelInfo ( UserInfo userInfo, ChannelInfo channelInfo ) : System.Text
WriteLine ( StringBuilder line ) : int

This method just delegates the work to

WriteLine ( StringBuilder line, UserInfo exception ) : int

메소드 상세

UserPerChannelInfo() 공개 메소드

public UserPerChannelInfo ( UserInfo userInfo, ChannelInfo channelInfo ) : System.Text
userInfo UserInfo
channelInfo ChannelInfo
리턴 System.Text

WriteLine() 공개 메소드

This method just delegates the work to
public WriteLine ( StringBuilder line ) : int
line System.Text.StringBuilder
리턴 int

WriteLine() 공개 메소드

public WriteLine ( StringBuilder line, UserInfo exception ) : int
line System.Text.StringBuilder
exception UserInfo
리턴 int