System::Collections::Generic::HashDictionary::operator[] method

HashDictionary::operator[] method

Accessor method stub.

T2 System::Collections::Generic::HashDictionary<T, T2>::operator[](const T &key) const
ParameterTypeDescription
keyconst T&Dictionary key; ignored.

ReturnValue

Dummy value.

See Also