←Select platform

TypeConfigurationElement Constructor(string,Type)

Summary

Initialize an instance of the TypeConfigurationElement class

Syntax

C#
VB
C++
public TypeConfigurationElement( 
   string name, 
   Type type 
) 
  
Public Function New( _ 
   ByVal name As String, _ 
   ByVal type As Type _ 
) 
public: 
TypeConfigurationElement(  
   String^ name, 
   Type^ type 
) 

Parameters

name
The name of the element.

type
The Type that this element is the configuration for.

Requirements

Target Platforms

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

Leadtools.Logging Assembly