public static TOut Trans<TIn, TOut>(
TIn source,
Action<MappingConfig> configAction
)
where TIn : class
where TOut : class, new()
Public Shared Function Trans(Of TIn As Class, TOut As {Class, New}) (
source As TIn,
configAction As Action(Of MappingConfig)
) As TOutstatic member Trans :
source : 'TIn *
configAction : Action<MappingConfig> -> 'TOut when 'TIn : not struct when 'TOut : not struct, new()[缺少 "M:TouchSocket.Core.Mapper.Trans``2(``0,System.Action{TouchSocket.Core.MappingConfig})" 的 <param name="source"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.Trans``2(``0,System.Action{TouchSocket.Core.MappingConfig})" 的 <param name="configAction"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.Trans``2(``0,System.Action{TouchSocket.Core.MappingConfig})" 的 <typeparam name="TIn"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.Trans``2(``0,System.Action{TouchSocket.Core.MappingConfig})" 的 <typeparam name="TOut"/> 文档]
[缺少 "M:TouchSocket.Core.Mapper.Trans``2(``0,System.Action{TouchSocket.Core.MappingConfig})" 的 <returns> 文档]