예제 #1
0
        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));
        }
예제 #2
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();
//			}
        }
예제 #3
0
        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);
        }