_KeyList()

_KeyList::_KeyList(const typename Dict::Ptr&) constructor

Initializes collection referencing specified dictionary.

System::Collections::Generic::_KeyList<Dict>::_KeyList(const typename Dict::Ptr &dict)

Arguments

ParameterTypeDescription
dictconst typename Dict::Ptr&Dictionary to reference.

See Also