Method CreateTypeArray
CreateTypeArray(params DIType?[])
Create a debug metadata array of debug types
DITypeArray CreateTypeArray(params DIType?[] types)
Parameters
types
DIType[]Types to include in the array
Returns
- DITypeArray
Array containing the types
CreateTypeArray(IEnumerable<DIType?>)
Create a debug metadata array of debug types
DITypeArray CreateTypeArray(IEnumerable<DIType?> types)
Parameters
types
IEnumerable<DIType>Types to include in the array
Returns
- DITypeArray
Array containing the types