Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Things.Info Class Reference

Public Member Functions

 Info (List< Post > posts, List< Comment > comments, List< Subreddit > subreddits)
 
 Info ()
 

Properties

List< PostPosts [get, set]
 
List< CommentComments [get, set]
 
List< SubredditSubreddits [get, set]
 

Constructor & Destructor Documentation

◆ Info() [1/2]

Reddit.Things.Info.Info ( List< Post posts,
List< Comment comments,
List< Subreddit subreddits 
)

◆ Info() [2/2]

Reddit.Things.Info.Info ( )

Property Documentation

◆ Comments

List<Comment> Reddit.Things.Info.Comments
getset

◆ Posts

List<Post> Reddit.Things.Info.Posts
getset

◆ Subreddits

List<Subreddit> Reddit.Things.Info.Subreddits
getset

The documentation for this class was generated from the following file: