←Select platform

TypeFactory Constructor

Summary

Initializes a new instance of the TypeFactory class.

Syntax

C#
VB
C++
Public Function New( _ 
   ByVal type As Type, _ 
   ByVal args() As Object _ 
) 
public TypeFactory( 
   Type type, 
   object[] args 
) 
public: 
TypeFactory(  
   Type^ type, 
   array<Object^>^ args 
) 

Parameters

type
The underlying type to create.

args
The underlying object constructors' arguments.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly