Initializes a new instance of the Channel class

Namespace: BaseLib.Global
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public Channel(
	string chanName,
	string chanDesc,
	bool intermud
)

Parameters

chanName
Type: System..::..String

[Missing <param name="chanName"/> documentation for "M:BaseLib.Global.Channel.#ctor(System.String,System.String,System.Boolean)"]

chanDesc
Type: System..::..String

[Missing <param name="chanDesc"/> documentation for "M:BaseLib.Global.Channel.#ctor(System.String,System.String,System.Boolean)"]

intermud
Type: System..::..Boolean

[Missing <param name="intermud"/> documentation for "M:BaseLib.Global.Channel.#ctor(System.String,System.String,System.Boolean)"]

See Also