[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 enumInsert(Of Type) ( _ typeId As H5DataTypeId, _ name As String, _ ByRef value As Type _ ) |
| C# |
|---|
public static void enumInsert<Type> ( H5DataTypeId typeId, string name, ref Type value ) |
| C++ |
|---|
public: generic<typename Type> static void enumInsert ( H5DataTypeId^ typeId, String^ name, Type% value ) |
Parameters
- typeId (H5DataTypeId)
- name (String)
- value (Type)
Generic Template Parameters
- Type