Table of Contents

Class H5NameAttribute

Namespace
PureHDF
Assembly
PureHDF.dll

Specifies the member name that is present in the HDF5 compound data type.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class H5NameAttribute : Attribute
Inheritance
H5NameAttribute
Inherited Members

Constructors

H5NameAttribute(string)

Initializes a new instance of the H5NameAttribute class.

public H5NameAttribute(string name)

Parameters

name string

The name of the member.

Properties

Name

Gets the name of the member.

public string Name { get; set; }

Property Value

string