Initializes a new instance of the UCacheInfo class

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

Syntax

C#
public UCacheInfo(
	string username,
	string visname,
	int gender
)

Parameters

username
Type: System..::..String

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

visname
Type: System..::..String

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

gender
Type: System..::..Int32

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

See Also