internal virtual void parser(Section_2 section2) { Class40 class2 = new Class40 { class42_0 = section2 }; this.Accessors.invokeMethod <KeyValuePair <string, Tuple <Func <string>, Action <string> > > >(new Action <KeyValuePair <string, Tuple <Func <string>, Action <string> > > >(class2.method_0)); }
internal override void parser(Section_2 section2) { base.parser(section2); // if ((this.Name == null) && (section2.method_6() || section2.method_0().StartsWith("other"))) // { // this.Name = section2.method_16(); // } }
public Section_2 newSection2(string mappingKey) { Section_2 section2 = new Section_2(); section2.Type = this.Type; section2.Content = base.Content; section2.Language = this.Language; section2.MappingKey = mappingKey; return(section2); }