AssemblyAndTypeSurrogateCreateInstance Method |
Creates an instance of the stored type.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Object? CreateInstance()
Return Value
ObjectA newly created instance of the stored type, or
null if instance creation fails.
See Also