Method HasDebugInfo
HasDebugInfo(IDebugType<ITypeRef, DIType>)
Convenience extensions for determining if the DIType property is valid
Declaration
public static bool HasDebugInfo(this IDebugType<ITypeRef, DIType> debugType)
Parameters
public static bool HasDebugInfo(this IDebugType<ITypeRef, DIType> debugType)
IDebugType<ITypeRef, DIType> | debugType | Debug type to test for valid Debug information |
Returns
Boolean | true if the type has debug information |