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.CommentOrPost Class Reference

Public Member Functions

 CommentOrPost (Comment comment=null, Post post=null)
 
 CommentOrPost ()
 

Properties

Comment Comment [get, set]
 
Post Post [get, set]
 

Constructor & Destructor Documentation

◆ CommentOrPost() [1/2]

Reddit.Things.CommentOrPost.CommentOrPost ( Comment  comment = null,
Post  post = null 
)

◆ CommentOrPost() [2/2]

Reddit.Things.CommentOrPost.CommentOrPost ( )

Property Documentation

◆ Comment

Comment Reddit.Things.CommentOrPost.Comment
getset

◆ Post

Post Reddit.Things.CommentOrPost.Post
getset

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