public static Class369 smethod_0(Interface8 reader) { string key = reader.imethod_14(); Class369.Delegate8 delegate8; if (!Class369.dictionary_0.TryGetValue(key, out delegate8)) { throw new Exception0("Not supported body geometry primitive type : " + key); } Class369 class369 = delegate8(); class369.imethod_0(reader); return(class369); }
public static void smethod_1(Interface9 writer, Class369 bodyGeometry) { writer.imethod_13(bodyGeometry.imethod_2(writer.FileFormatVersion)); bodyGeometry.imethod_1(writer); }