MCPcopy Create free account
hub / github.com/CCob/lsarelayx / OptionSet

Method OptionSet

client/Options.cs:736–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected