()
| 565 | public abstract class ArgumentSource { |
| 566 | |
| 567 | protected ArgumentSource () |
| 568 | { |
| 569 | } |
| 570 | |
| 571 | public abstract string[] GetNames (); |
| 572 | public abstract string Description { get; } |
nothing calls this directly
no outgoing calls
no test coverage detected