Click or drag to resize

DefaultMatchRoomData<R, M>.RoomMembers Property

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public virtual IDictionary<UID, M> RoomMembers { get; }

Property Value

Type: IDictionary<UID, M>

Implements

IRoomData<R, M>.RoomMembers
See Also