IXmlDeserializationInfoGetNullableStructT Method |
Reads a nullable struct value.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxT? GetNullableStruct<T>(
string name,
Object? parentObject
)
where T : struct, new()
Parameters
- name String
- Element name.
- parentObject Object
- Parent object for context.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.Serialization.Xml.IXmlDeserializationInfo.GetNullableStruct``1(System.String,System.Object)"]
Return Value
NullableTDeserialized value or
null.
See Also