Interface TypeInstanceFactory.ITypeConstructor<TValue> | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface TypeInstanceFactory.ITypeConstructor<TValue>

    Namespace: Unity.Properties
    Syntax
    public interface ITypeConstructor<out TValue>
    Type Parameters
    Name Description
    TValue

    Methods

    Construct<TInput>(TInput)

    Declaration
    TValue Construct<TInput>(TInput source)
    Parameters
    Type Name Description
    TInput source
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    TInput
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX