Dictionary() | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
Dictionary(const map_t &map) | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
Dictionary(int capacity) | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
Dictionary(const SharedPtr< IDictionary< TKey, TValue > > &src) | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
Dictionary(const SharedPtr< IDictionary< TKey, TValue > > &src, const SharedPtr< IEqualityComparer< TKey > > &comparer) | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
Dictionary(const SharedPtr< IEqualityComparer< TKey > > &comparer) | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
Dictionary(int capacity, const SharedPtr< IEqualityComparer< TKey > > &comparer) | System::Collections::Generic::Dictionary< TKey, TValue > | inline |
get_KeysInternal() const override | System::Collections::Generic::Dictionary< TKey, TValue > | inlineprotected |
get_ValuesInternal() const override | System::Collections::Generic::Dictionary< TKey, TValue > | inlineprotected |
GetEnumerator() override | System::Collections::Generic::Dictionary< TKey, TValue > | inlinevirtual |
IEnumerablePtr typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
IEnumeratorPtr typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
KeyCollection typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
KVPair typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
map_t typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
Ptr typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
ValueCollection typedef | System::Collections::Generic::Dictionary< TKey, TValue > | |
~Dictionary() override | System::Collections::Generic::Dictionary< TKey, TValue > | inlineprotected |