Class ParticipantIdentity
Class representing a participant's identity in a match (Match API).
Inheritance
System.Object
ParticipantIdentity
Namespace:RiotSharp.MatchEndpoint
Assembly:RiotSharp.dll
Syntax
public class ParticipantIdentity : object
Properties
ParticipantId
Participant ID.
Declaration
public int ParticipantId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Player
Player information.
Declaration
public Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |