Click or drag to resize
GeneratedInternalTypeHelperCreateInstance Method
CreateInstance

Namespace: XamlGeneratedNamespace
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
protected override Object CreateInstance(
	Type type,
	CultureInfo culture
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateInstance(System.Type,System.Globalization.CultureInfo)"]

culture
Type: System.GlobalizationCultureInfo

[Missing <param name="culture"/> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateInstance(System.Type,System.Globalization.CultureInfo)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:XamlGeneratedNamespace.GeneratedInternalTypeHelper.CreateInstance(System.Type,System.Globalization.CultureInfo)"]

See Also