_ValueCollection()

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

Initializes collection referencing specified dictionary.

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

Arguments

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

See Also