Interface IReflectedPropertyGenerator | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IReflectedPropertyGenerator

    Namespace: Unity.Properties.Reflection
    Syntax
    public interface IReflectedPropertyGenerator

    Methods

    Generate<TContainer, TValue>(FieldInfo, ReflectedPropertyBag<TContainer>)

    Declaration
    bool Generate<TContainer, TValue>(FieldInfo fieldInfo, ReflectedPropertyBag<TContainer> propertyBag)
    Parameters
    Type Name Description
    System.Reflection.FieldInfo fieldInfo
    ReflectedPropertyBag<TContainer> propertyBag
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    TContainer
    TValue

    Generate<TContainer, TValue>(PropertyInfo, ReflectedPropertyBag<TContainer>)

    Declaration
    bool Generate<TContainer, TValue>(PropertyInfo propertyInfo, ReflectedPropertyBag<TContainer> propertyBag)
    Parameters
    Type Name Description
    System.Reflection.PropertyInfo propertyInfo
    ReflectedPropertyBag<TContainer> propertyBag
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    TContainer
    TValue
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX