프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
IrcTargetMask ( IrcTargetMaskType type, string mask ) : System |
Initializes a new instance of the IrcTargetMask class with the specified type and mask.
|
|
IrcTargetMask ( string targetMask ) : System |
Initializes a new instance of the IrcTargetMask class with the specified target mask identifier.
|
|
ToString ( ) : string |
Returns a string representation of this instance.
|
public IrcTargetMask ( IrcTargetMaskType type, string mask ) : System | ||
type | IrcTargetMaskType | The type. |
mask | string | The mask. |
리턴 | System |
public IrcTargetMask ( string targetMask ) : System | ||
targetMask | string | /// A wildcard expression for matching against server names or host names. /// If the first character is '$', the mask is a server mask; if the first character is '#', the mask is a host /// mask. /// |
리턴 | System |