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

Method IsVirtual

IDEHelper/Compiler/BfSystem.cpp:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436bool BfPropertyDef::IsVirtual()
437{
438 if (((BfPropertyDeclaration*)mFieldDeclaration)->mVirtualSpecifier)
439 return true;
440 return false;
441}
442
443bool BfPropertyDef::HasExplicitInterface()
444{

Callers 2

LookupQualifiedNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected