[Missing <summary> documentation for "P:InterMud.InterMudConnection.MudNameList"]

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

Syntax

C#
public Dictionary<string, List<string>> MudNameList { get; }

Field Value

A Dictionary with the first letter of mud names as key, and a list of muds beginning with that letter as value.

See Also