XmlStreamDeserializationInfoGetEnum(String, Type) Method |
Reads a named enum value of the given type.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
Remarks
Implementations should support the same enum representation used by the serializer. See the serializer documentation
for details about how enum values are encoded (name, numeric value, or fully qualified value).
See Also