IXmlDeserializationInfoGetNullableEnumT Method |
Reads a named nullable enum value of type T.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxT? GetNullableEnum<T>(
string name
)
where T : struct, new()
Parameters
- name String
- Element name.
Type Parameters
- T
- Underlying enum type.
Return Value
NullableTThe deserialized enum value or
null if missing.
See Also