Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Compares this object with another one.
|
|
GetHashCode ( ) : int |
Returns a hashcode of this object.
|
|
IrcLine ( |
Initializes a new instance of the IrcLine class from the the given raw string.
|
|
IrcLine ( |
Initializes a new instance of the IrcLine class based on the parameters given. The parameters array can only have one parameter with spaces in it, and this one need to be the last one! |
|
IrcLine ( |
Initializes a new instance of the IrcLine class as a copy of another IrcLine object.
|
|
ToString ( ) : string |
Recreates the raw irc line as it was read from server.
|
public Equals ( object obj ) : bool | ||
obj | object |
/// The |
Результат | bool |
public IrcLine ( |
||
client |
/// The |
|
line | string |
/// The raw line as a |
Результат | System |
public IrcLine ( |
||
client |
/// The |
|
prefix | string | /// The prefix of the line. /// |
command | string | /// The command of the line. /// |
parameters | string | /// An array of parameters. /// |
Результат | System |
public IrcLine ( |
||
source |
/// The |
|
Результат | System |