BaconographyPortable.Model.Reddit.ListingHelpers.UserActivity.GetMore C# (CSharp) Метод

GetMore() публичный Метод

public GetMore ( IEnumerable ids, object>.Dictionary state ) : Task
ids IEnumerable
state object>.Dictionary
Результат Task
        public Task<Listing> GetMore(IEnumerable<string> ids, Dictionary<object, object> state)
        {
            throw new NotImplementedException();
        }