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

Method HasExplicitInterface

IDEHelper/Compiler/BfSystem.cpp:443–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443bool BfPropertyDef::HasExplicitInterface()
444{
445 for (auto methodDef : mMethods)
446 {
447 if (methodDef->mExplicitInterface != NULL)
448 return true;
449 }
450 return false;
451}
452
453bool BfPropertyDef::IsExpressionBodied()
454{

Callers 2

AddTypeMembersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected