Searched refs:SwitchResult (Results 1 – 1 of 1) sorted by relevance
46 public class SwitchResult class52 public SwitchResult() in SwitchResult() method in SevenZip.CommandLineParser.SwitchResult61 SwitchResult[] _switches;65 _switches = new SwitchResult[numSwitches]; in Parser()67 _switches[i] = new SwitchResult(); in Parser()99 SwitchResult matchedSwitch = _switches[matchedSwitchIndex]; in ParseString()189 public SwitchResult this[int index] { get { return _switches[index]; } }