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