Initializes a new instance of the ChannelInfo class

Namespace: InterMud
Assembly: InterMud (in InterMud.dll) Version: 1.0.0.0

Syntax

C#
public ChannelInfo(
	string channelName,
	string hostMud,
	int channelType
)

Parameters

channelName
Type: System..::..String

[Missing <param name="channelName"/> documentation for "M:InterMud.ChannelInfo.#ctor(System.String,System.String,System.Int32)"]

hostMud
Type: System..::..String

[Missing <param name="hostMud"/> documentation for "M:InterMud.ChannelInfo.#ctor(System.String,System.String,System.Int32)"]

channelType
Type: System..::..Int32

[Missing <param name="channelType"/> documentation for "M:InterMud.ChannelInfo.#ctor(System.String,System.String,System.Int32)"]

See Also