Visit<TDictionary, TKey, TValue>(IDictionaryPropertyBag<TDictionary, TKey, TValue>, ref TDictionary)
Implement this method to accept visitation for a collection of properties.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
Visit<T, U, V>(IDictionaryPropertyBag<T, T, T>, T)
void Visit<TDictionary, TKey, TValue>(IDictionaryPropertyBag<TDictionary, TKey, TValue> properties, ref TDictionary container) where TDictionary : IDictionary<TKey, TValue>
Parameters
The properties of the container.
Remarks
This method is invoked by IDictionaryPropertyBagAccept<TContainer>.