WpfHint2.Parsing.RangeList.RangeList C# (CSharp) Method

RangeList() public method

public RangeList ( string root ) : System.Collections.Generic
root string
return System.Collections.Generic
        public RangeList(string root)
        {
            list = new LinkedList<Range>();
            Chars = root.ToCharArray();
        }