<CLSCompliantAttribute(False)> _ Public Shared Function getInfoByIndex ( _ locId As H5LocId, _ groupName As String, _ index As H5IndexType, _ iterationOrder As H5IterationOrder, _ position As ULong _ ) As H5ObjectInfo
[CLSCompliantAttribute(false)] public static H5ObjectInfo getInfoByIndex( H5LocId locId, string groupName, H5IndexType index, H5IterationOrder iterationOrder, ulong position )
[CLSCompliantAttribute(false)] public: static H5ObjectInfo^ getInfoByIndex( H5LocId^ locId, String^ groupName, H5IndexType index, H5IterationOrder iterationOrder, unsigned long long position )
HDF5DotNet.H5O.getInfoByIndex = function(locId, groupName, index, iterationOrder, position);