Click or drag to resize

IMatchRoomDataR, M Interface

Namespace:  SoftGear.Strix.Client.Match
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public interface IMatchRoomData<R, M> : IRoomData<R, M>
where R : MatchRoom
where M : MatchRoomMember

Type Parameters

R
M

The IMatchRoomDataR, M type exposes the following members.

Properties
  NameDescription
Public propertyMatchRoom Obsolete.
Public propertySelfMatchRoomMember Obsolete.
Top
See Also