()
| 734 | |
| 735 | public class OptionSet : KeyedCollection<string, Option> { |
| 736 | public OptionSet() |
| 737 | : this(null) { |
| 738 | } |
| 739 | |
| 740 | public OptionSet(MessageLocalizerConverter localizer) { |
| 741 | this.roSources = new ReadOnlyCollection<ArgumentSource>(sources); |
nothing calls this directly
no outgoing calls
no test coverage detected