IrcString Addition Operator NetIRC2 IRC Client Library for .NET
Concatenates two strings.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IrcString operator +(
	IrcString string1,
	IrcString string2
)

Return Value

A string that is the concatentaion of the two.
See Also