Show / Hide Table of Contents

Class H5NameAttribute

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

Inheritance
System.Object
H5NameAttribute
Namespace: HDF5.NET
Assembly: HDF5.NET.dll
Syntax
public class H5NameAttribute : Attribute

Constructors

| Improve this Doc View Source

H5NameAttribute(String)

Initializes a new instance of the H5NameAttribute instance.

Declaration
public H5NameAttribute(string name)
Parameters
Type Name Description
System.String name

The name of the member.

Properties

| Improve this Doc View Source

Name

Gets the name of the member.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2023 Vincent Wilms