_KeyCollection()

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

Initializes collection referencing specified dictionary.

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

Arguments

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

See Also