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

    Class UnmanagedPropertyGenerator

    Inheritance
    System.Object
    UnmanagedPropertyGenerator
    Namespace: Unity.Properties.Reflection
    Syntax
    public class UnmanagedPropertyGenerator : IReflectedPropertyGenerator

    Methods

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

    Declaration
    public 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
    Implements
    IReflectedPropertyGenerator.Generate<TContainer, TValue>(FieldInfo, ReflectedPropertyBag<TContainer>)

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

    Declaration
    public 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
    Implements
    IReflectedPropertyGenerator.Generate<TContainer, TValue>(PropertyInfo, ReflectedPropertyBag<TContainer>)
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX