| 3 | namespace AlphaTab; |
| 4 | |
| 5 | partial interface IEventEmitterOfT<T> |
| 6 | { |
| 7 | System.Action On(System.Action value); |
| 8 | void Off(System.Action value); |
| 9 | } |
| 10 | |
| 11 | partial class EventEmitterOfT<T> |
| 12 | { |
nothing calls this directly
no outgoing calls
no test coverage detected