예제 #1
0
        public bool Read(System.IO.StreamReader sr, LanguageDictionary coupledObject)
        {
            TheDefinition = sr.ReadLine().DecodeLineSerilisable();
            int index = int.Parse(sr.ReadLine());

            source = ListValue <string> .FromIndex(coupledObject.Sources, index);

            return(true);
        }