RoomInfo.RoomInfo C# (CSharp) Method

RoomInfo() protected method

Constructs a RoomInfo to be used in room listings in lobby.
protected RoomInfo ( string roomName, Hashtable properties ) : System
roomName string
properties Hashtable
return System
    protected internal RoomInfo(string roomName, Hashtable properties)
    {
        this.CacheProperties(properties);

        this.nameField = roomName;
    }