IXmlDeserializationInfoGetEnumT(String) Method |
Reads a named enum value of type T.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxT GetEnum<T>(
string name
)
where T : Enum
Parameters
- name String
- Element name.
Type Parameters
- T
- Enum type to read.
Return Value
TThe deserialized enum value of type
T.
See Also