Delegate TypeConversion.Converter<TSource, TDestination>.ConvertDelegate | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Delegate TypeConversion.Converter<TSource, TDestination>.ConvertDelegate

    Namespace: Unity.Properties
    Syntax
    public delegate TDestination ConvertDelegate(TSource value);
    Parameters
    Type Name Description
    TSource value
    Returns
    Type Description
    TDestination
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX