System::Collections::Generic::HashDictionary< T, T2 > Class Template Reference

Public Member Functions

T2 operator[] (const T &key) const
 

Detailed Description

template<typename T, typename T2>
class System::Collections::Generic::HashDictionary< T, T2 >

Stub for HashDictionary class (not implemented currently). Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

Parameters
TKey type.
T2Value type.

Member Function Documentation

◆ operator[]()

template<typename T , typename T2 >
T2 System::Collections::Generic::HashDictionary< T, T2 >::operator[] ( const T &  key) const
inline

Accessor method stub.

Parameters
keyDictionary key; ignored.
Returns
Dummy value.