_ValueList()

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

Initializes collection referencing specified dictionary.

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

Arguments

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

See Also