docs.unity.cn
    Show / Hide Table of Contents

    Interface IListPropertyBag<TList, TElement>

    Base typed interface for implementing list based property bags.

    Inherited Members
    IPropertyBag<TList>.GetProperties()
    IPropertyBag<TList>.GetProperties(TList)
    IPropertyBag<TList>.CreateInstance()
    IPropertyBag<TList>.TryCreateInstance(TList)
    IPropertyBag<TList>.Accept(IPropertyBagVisitor, TList)
    IPropertyBag.Accept(ITypeVisitor)
    IPropertyBag.Accept(IPropertyBagVisitor, Object)
    ICollectionPropertyBagAccept<TList>.Accept(ICollectionPropertyBagVisitor, TList)
    IListPropertyBagAccept<TList>.Accept(IListPropertyBagVisitor, TList)
    IListPropertyAccept<TList>.Accept<TContainer>(IListPropertyVisitor, Property<TContainer, TList>, TContainer, TList)
    IIndexedProperties<TList>.TryGetProperty(TList, Int32, IProperty<TList>)
    Namespace: Unity.Properties
    Syntax
    public interface IListPropertyBag<TList, TElement> : ICollectionPropertyBag<TList, TElement>, IPropertyBag<TList>, IPropertyBag, ICollectionPropertyBagAccept<TList>, IListPropertyBagAccept<TList>, IListPropertyAccept<TList>, IIndexedProperties<TList> where TList : IList<TElement>
    Type Parameters
    Name Description
    TList

    The list type.

    TElement

    The list element type.

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