Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


KeyValueCollectionPropertyBag<TDictionary, TKey, TValue>

An IPropertyBag<TContainer> implementation for a generic collection of key/value pairs using the IDictionary_2 interface.
Read time 1 minuteLast updated 12 days ago

Definition

public class KeyValueCollectionPropertyBag<TDictionary, TKey, TValue> : PropertyBag<TDictionary>, IDictionaryPropertyBag<TDictionary, TKey, TValue>, ICollectionPropertyBag<TDictionary, KeyValuePair<TKey, TValue>>, IPropertyBag<TDictionary>, IPropertyBag, ICollectionPropertyBagAccept<TDictionary>, IDictionaryPropertyBagAccept<TDictionary>, IDictionaryPropertyAccept<TDictionary>, IKeyedProperties<TDictionary, object> where TDictionary : IDictionary<TKey, TValue>

Inheritance