C# Class TwitchLib.Models.API.Post.Comment

Class representing comments found on a post.
Mostra file Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
Comment ( JToken json ) : System

Comment object constructor.

Method Details

Comment() public method

Comment object constructor.
public Comment ( JToken json ) : System
json JToken
return System