EasyUA Reference
TypeInfo.CastArrayElementHandler Delegate
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : TypeInfo.CastArrayElementHandler Delegate

source
The element to be converted.
srcType
The type of the source element.
dstType
The type of the converted value.

Glossary Item Box

A delegate for a function that converts an array element.

Syntax

Visual Basic (Usage)Copy Code
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 converted

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.