示例#1
0
            public ValueList GetValueList(string sKey)
            {
                var vl = new ValueList();

                vl.Decode(GetString(sKey));
                return(vl);
            }