docs.unity3d.com
    Show / Hide Table of Contents

    Interface IDictionaryPropertyBag<TDictionary, TKey, TValue>

    Base typed interface for implementing dictionary based property bags.

    Inherited Members
    IPropertyBag<TDictionary>.GetProperties()
    IPropertyBag<TDictionary>.GetProperties(TDictionary)
    IPropertyBag<TDictionary>.CreateInstance()
    IPropertyBag<TDictionary>.TryCreateInstance(TDictionary)
    IPropertyBag<TDictionary>.Accept(IPropertyBagVisitor, TDictionary)
    IPropertyBag.Accept(ITypeVisitor)
    IPropertyBag.Accept(IPropertyBagVisitor, Object)
    ICollectionPropertyBagAccept<TDictionary>.Accept(ICollectionPropertyBagVisitor, TDictionary)
    IDictionaryPropertyBagAccept<TDictionary>.Accept(IDictionaryPropertyBagVisitor, TDictionary)
    IDictionaryPropertyAccept<TDictionary>.Accept<TContainer>(IDictionaryPropertyVisitor, Property<TContainer, TDictionary>, TContainer, TDictionary)
    IKeyedProperties<TDictionary, Object>.TryGetProperty(TDictionary, Object, IProperty<TDictionary>)
    Namespace: Unity.Properties
    Syntax
    public interface 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>
    Type Parameters
    Name Description
    TDictionary

    The dictionary type.

    TKey

    The dictionary key type.

    TValue

    The dictionary value type.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023