Home
last modified time | relevance | path

Searched refs:SwitchResult (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs46 public class SwitchResult class
52 public SwitchResult() in SwitchResult() method in SevenZip.CommandLineParser.SwitchResult
61 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]; } }