Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

TryGetPropertyGets the property associated with the specified name.

Inheritance

Inherited Members

  • PropertyBag<KeyValuePair<T, T>>.Accept(ITypeVisitor)
  • PropertyBag<KeyValuePair<T, T>>.GetProperties()
  • PropertyBag<KeyValuePair<T, T>>.GetProperties(KeyValuePair<T, T>)
  • PropertyBag<KeyValuePair<T, T>>.Instantiate()
  • PropertyBag<KeyValuePair<T, T>>.CreateInstance()
  • PropertyBag<KeyValuePair<T, T>>.TryCreateInstance(KeyValuePair<T, T>)
  • PropertyBag<KeyValuePair<T, T>>.InstantiationKind()