MCPcopy Create free account
hub / github.com/beefytech/Beef / BfTypeInterfaceMethodEntry

Class BfTypeInterfaceMethodEntry

IDEHelper/Compiler/BfResolvedTypeUtils.h:1637–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1635};
1636
1637class BfTypeInterfaceMethodEntry
1638{
1639public:
1640 BfNonGenericMethodRef mMethodRef;
1641 //int mVirtualIdx;
1642
1643public:
1644 BfTypeInterfaceMethodEntry()
1645 {
1646 //mVirtualIdx = -1;
1647 }
1648};
1649
1650enum BfAttributeTargets : int32
1651{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected