MonoDebugSourceLocation

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
struct MonoDebugSourceLocation {}

Members

Variables

column
uint32_t column;
Undocumented in source.
il_offset
uint32_t il_offset;
Undocumented in source.
row
uint32_t row;
Undocumented in source.
source_file
char* source_file;
Undocumented in source.

Meta