[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Sub read(Of Type) ( _ dataSetId As H5DataSetId, _ dataType As H5DataTypeId, _ ByRef data As Type _ ) |
| C# |
|---|
public static void read<Type> ( H5DataSetId dataSetId, H5DataTypeId dataType, ref Type data ) |
| C++ |
|---|
public: generic<typename Type> static void read ( H5DataSetId^ dataSetId, H5DataTypeId^ dataType, Type% data ) |
Parameters
- dataSetId (H5DataSetId)
- dataType (H5DataTypeId)
- data (Type)
Generic Template Parameters
- Type