Example #1
0
                internal static INILine ReadLine(string line, INIFile src)
                {
                    INILine ret = new INILine();

                    ret.Parse(line, src);
                    return(ret);
                }