C# Class BaconographyPortable.Common.NeverEndingRedditView

Show file Open project: Synergex/Baconography Class Usage Examples

Public Methods

Method Description
NeverEndingRedditView ( RedditViewModel context, int currentLinkPos, bool forward ) : BaconographyPortable.ViewModel
Next ( ) : Task

Method Details

NeverEndingRedditView() public method

public NeverEndingRedditView ( RedditViewModel context, int currentLinkPos, bool forward ) : BaconographyPortable.ViewModel
context BaconographyPortable.ViewModel.RedditViewModel
currentLinkPos int
forward bool
return BaconographyPortable.ViewModel

Next() public method

public Next ( ) : Task
return Task