Visual Basic (Usage) | ![]() |
---|---|
Dim instance As New TypeInfo.CastArrayElementHandler(AddressOf HandlerMethod) |
C# | |
---|---|
public delegate object TypeInfo.CastArrayElementHandler( object source, BuiltInType srcType, BuiltInType dstType ) |
Parameters
- source
- The element to be converted.
- srcType
- The type of the source element.
- dstType
- The type of the converted value.
Return Value
The convertedTarget Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x