C# Class TwitchLib.Models.API.Game

Class representing Game object returned from Twitch API.
Mostrar archivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
Game ( JToken j ) : System

Constructor for Game object.

Method Details

Game() public method

Constructor for Game object.
public Game ( JToken j ) : System
j JToken
return System