[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: HDF5DotNet
Assembly: HDF5DotNet (HDF5DotNet)

Syntax

Visual Basic (Declaration)
Public Class H5Array(Of Type)
C#
public class H5Array<Type>
C++
generic<typename Type>
public ref class H5Array

Generic Template Parameters

Type

Inheritance Hierarchy

Object
  HDF5DotNet.H5Array<(Of Type>)