Click or drag to resize

AssemblyAndTypeSurrogateCreateInstance Method

Creates an instance of the stored type.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object? CreateInstance()

Return Value

Object
A newly created instance of the stored type, or null if instance creation fails.
See Also