Connectivity Software User's Guide and Reference
CompositeConverter Constructor



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > CompositeConverter Class : CompositeConverter Constructor

The value of this parameter cannot be null (Nothing in Visual Basic).

The value of this parameter cannot be null (Nothing in Visual Basic).

Syntax
'Declaration
 
Public Function New( _
   ByVal innerConverter As TypeConverter, _
   ByVal converters As IEnumerable(Of TypeConverter) _
)
'Usage
 
Dim innerConverter As TypeConverter
Dim converters As IEnumerable(Of TypeConverter)
 
Dim instance As New CompositeConverter(innerConverter, converters)

Parameters

innerConverter

The value of this parameter cannot be null (Nothing in Visual Basic).

converters

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also