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