コード例 #1
0
ファイル: Class364.cs プロジェクト: 15831944/WW
        public static void smethod_1(Interface9 writer, Class364 value)
        {
            string str = value.imethod_2(writer.FileFormatVersion);

            writer.imethod_13(str);
            value.imethod_1(writer);
        }
コード例 #2
0
ファイル: Class364.cs プロジェクト: 15831944/WW
        public static Class364 smethod_0(Interface8 reader)
        {
            string key = reader.imethod_14();

            Class364.Delegate7 delegate7;
            if (!Class364.dictionary_0.TryGetValue(key, out delegate7))
            {
                throw new Exception0("Not supported var radius type : " + key);
            }
            Class364 class364 = delegate7();

            class364.imethod_0(reader);
            return(class364);
        }