mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Added reflected TypeDeclaration support for comptime
This commit is contained in:
parent
89651c4a76
commit
e30972d3af
10 changed files with 753 additions and 250 deletions
|
@ -15,6 +15,15 @@ namespace System
|
|||
// including the vtable and interface slots
|
||||
}
|
||||
|
||||
public class TypeDeclaration
|
||||
{
|
||||
protected TypeId mTypeId;
|
||||
protected TypeId mBaseTypeId;
|
||||
protected TypeId mOuterTypeId;
|
||||
protected TypeFlags mTypeFlags;
|
||||
protected TypeCode mTypeCode;
|
||||
}
|
||||
|
||||
[Ordered, AlwaysInclude(AssumeInstantiated=true)]
|
||||
public class Type
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue