docs.unity.cn
    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 Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023