C# 클래스 IRC.User

파일 보기 프로젝트 열기: tamaw/SharpIRC 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Modes Mode

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
Ignore ( ) : void
Say ( String message ) : void
ToString ( ) : string
User ( Client client, string nick ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Ignore() 공개 메소드

public Ignore ( ) : void
리턴 void

Say() 공개 메소드

public Say ( String message ) : void
message String
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

User() 공개 메소드

public User ( Client client, string nick ) : System
client Client
nick string
리턴 System

프로퍼티 상세

Modes 공개적으로 프로퍼티

public Mode Modes
리턴 Mode