Class PropertyBagResolver | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class PropertyBagResolver

    Inheritance
    System.Object
    PropertyBagResolver
    Namespace: Unity.Properties
    Syntax
    public static class PropertyBagResolver

    Properties

    ReflectedPropertyBagProvider

    Declaration
    public static ReflectedPropertyBagProvider ReflectedPropertyBagProvider { get; }
    Property Value
    Type Description
    ReflectedPropertyBagProvider

    Methods

    Register(Type, IPropertyBag)

    Declaration
    public static void Register(Type type, IPropertyBag propertyBag)
    Parameters
    Type Name Description
    System.Type type
    IPropertyBag propertyBag

    Register<TContainer>(IPropertyBag<TContainer>)

    Declaration
    public static void Register<TContainer>(IPropertyBag<TContainer> propertyBag)
    Parameters
    Type Name Description
    IPropertyBag<TContainer> propertyBag
    Type Parameters
    Name Description
    TContainer

    Resolve(Type)

    Declaration
    public static IPropertyBag Resolve(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    IPropertyBag

    Resolve<TContainer>()

    Declaration
    public static IPropertyBag<TContainer> Resolve<TContainer>()
    Returns
    Type Description
    IPropertyBag<TContainer>
    Type Parameters
    Name Description
    TContainer
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX