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 |