| 70 | #if USE_CSHARP |
| 71 | |
| 72 | MClass* ScriptingTypeHandle::GetClass() const |
| 73 | { |
| 74 | ASSERT_LOW_LAYER(Module && Module->Types[TypeIndex].ManagedClass); |
| 75 | return Module->Types[TypeIndex].ManagedClass; |
| 76 | } |
| 77 | |
| 78 | #endif |
| 79 |
no outgoing calls
no test coverage detected