Method CreateArrayType
CreateArrayType(IDIBuilder, uint, uint)
Creates a type defining an array of elements of this type
DebugArrayType CreateArrayType(IDIBuilder diBuilder, uint lowerBound, uint count)
Parameters
diBuilder
IDIBuilderDebug information builder to use
lowerBound
uintLower bound of the array
count
uintCount of elements in the array