BaseKVCollection()

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

Creates collection.

System::Collections::Generic::BaseKVCollection<Dict, KV>::BaseKVCollection(const typename Dict::Ptr &dict)

Arguments

ParameterTypeDescription
dictconst typename Dict::Ptr&Dictionary pointer to hold.

See Also