Method Create
Create<TNative, TDebug>(TNative, TDebug)
Creates a new Debug
Declaration
public static IDebugType<TNative, TDebug> Create<TNative, TDebug>(TNative nativeType, TDebug debugType)
where TNative : class, ITypeRef where TDebug : DIType
public static IDebugType<TNative, TDebug> Create<TNative, TDebug>(TNative nativeType, TDebug debugType)
where TNative : class, ITypeRef where TDebug : DIType
Parameters
TNative | nativeType |
|
TDebug | debugType |
|
Returns
IDebug |
IDebugType<TNative, TDebug> implementation for the specified association |
Type Parameters
TNative | Type of the Native LLVM type for the association |
TDebug | Type of the debug information type for the association |