Interface IEnumerationType
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
The enumeration data type.
public interface IEnumerationType
Properties
BaseType
Gets the base data type.
IH5DataType BaseType { get; }
Property Value
Methods
GetMembers<T>()
Gets the enumeration members.
IDictionary<string, T> GetMembers<T>() where T : unmanaged
Returns
- IDictionary<string, T>
Type Parameters
T