docs.unity.cn
    Show / Hide Table of Contents

    Interface ICollectionPropertyBag<TCollection, TElement>

    Base untyped interface for implementing collection based property bags.

    Inherited Members
    IPropertyBag<TCollection>.GetProperties()
    IPropertyBag<TCollection>.GetProperties(TCollection)
    IPropertyBag<TCollection>.CreateInstance()
    IPropertyBag<TCollection>.TryCreateInstance(TCollection)
    IPropertyBag<TCollection>.Accept(IPropertyBagVisitor, TCollection)
    IPropertyBag.Accept(ITypeVisitor)
    IPropertyBag.Accept(IPropertyBagVisitor, Object)
    ICollectionPropertyBagAccept<TCollection>.Accept(ICollectionPropertyBagVisitor, TCollection)
    Namespace: Unity.Properties
    Syntax
    public interface ICollectionPropertyBag<TCollection, TElement> : IPropertyBag<TCollection>, IPropertyBag, ICollectionPropertyBagAccept<TCollection> where TCollection : ICollection<TElement>
    Type Parameters
    Name Description
    TCollection

    The collection type.

    TElement

    The container element type.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023