Click or drag to resize
NameTypeConfigurationElement Constructor (String, Type)
Initializes a new instance of the NameTypeConfigurationElement class

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public NameTypeConfigurationElement(
	string name,
	Type type
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:X3Platform.Configuration.NameTypeConfigurationElement.#ctor(System.String,System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:X3Platform.Configuration.NameTypeConfigurationElement.#ctor(System.String,System.Type)"]

See Also