operator[]()

HashDictionary::operator[](const T&) const method

Accessor method stub.

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

Arguments

ParameterTypeDescription
keyconst T&Dictionary key; ignored.

Return Value

Dummy value.

See Also