KeyValuePairPropertyBag<TKey, TValue>
A IPropertyBag<TContainer> implementation for a generic key/value pair.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Inherits from: PropertyBag<KeyValuePair<T, T>>
- Implements: IPropertyBag<KeyValuePair<T, T>>, IPropertyBag, INamedProperties<KeyValuePair<T, T>>
public class KeyValuePairPropertyBag<TKey, TValue> : PropertyBag<KeyValuePair<TKey, TValue>>, IPropertyBag<KeyValuePair<TKey, TValue>>, IPropertyBag, INamedProperties<KeyValuePair<TKey, TValue>>
Methods
Method | Description |
|---|---|
| TryGetProperty | Gets the property associated with the specified name. |