CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
CoreTweet.Core.DictionaryResponse< TKey, TValue > Member List

This is the complete list of members for CoreTweet.Core.DictionaryResponse< TKey, TValue >, including all inherited members.

ContainsKey(TKey key)CoreTweet.Core.DictionaryResponse< TKey, TValue >
CountCoreTweet.Core.DictionaryResponse< TKey, TValue >
DictionaryResponse(Dictionary< TKey, TValue > dictionary)CoreTweet.Core.DictionaryResponse< TKey, TValue >inline
DictionaryResponse(Dictionary< TKey, TValue > dictionary, RateLimit rateLimit, string json)CoreTweet.Core.DictionaryResponse< TKey, TValue >inline
GetEnumerator()CoreTweet.Core.DictionaryResponse< TKey, TValue >
JsonCoreTweet.Core.DictionaryResponse< TKey, TValue >
KeysCoreTweet.Core.DictionaryResponse< TKey, TValue >
RateLimitCoreTweet.Core.DictionaryResponse< TKey, TValue >
this[TKey key]CoreTweet.Core.DictionaryResponse< TKey, TValue >
TryGetValue(TKey key, out TValue value)CoreTweet.Core.DictionaryResponse< TKey, TValue >
ValuesCoreTweet.Core.DictionaryResponse< TKey, TValue >