public static void smethod_1(Interface9 writer, Class601 value) { string str = value.imethod_2(writer.FileFormatVersion); writer.WriteString(str); value.imethod_1(writer); }
public static Class601 smethod_0(Interface8 reader) { string key = reader.ReadString(); Class601.Delegate15 delegate15; if (!Class601.dictionary_0.TryGetValue(key, out delegate15)) { throw new Exception0("Not supported blend support curve type : " + key); } Class601 class601 = delegate15(); class601.imethod_0(reader); return(class601); }