Class H5Object
- Namespace
- PureHDF
- Assembly
- PureHDF.dll
A base class for HDF5 objects.
public class H5Object
- Inheritance
-
H5Object
- Derived
Constructors
H5Object()
public H5Object()
Properties
Attributes
A map of attributes that belong to this object.
public Dictionary<string, object> Attributes { get; set; }