@@ -569,13 +569,13 @@ CppSharp::Parser::AST::DeclarationContext::operator CppSharp::Parser::AST::Decla
569569
570570System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>^ CppSharp::Parser::AST::DeclarationContext::Namespaces::get()
571571{
572- auto _tmp__Namespaces_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>();
572+ auto _tmp__Namespaces = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>();
573573 for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Namespaces )
574574 {
575575 auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::Namespace ((::CppSharp::CppParser::AST::Namespace*)_element);
576- _tmp__Namespaces_ ->Add (_marshalElement);
576+ _tmp__Namespaces ->Add (_marshalElement);
577577 }
578- return _tmp__Namespaces_ ;
578+ return _tmp__Namespaces ;
579579}
580580
581581void CppSharp::Parser::AST::DeclarationContext::Namespaces::set (System::Collections::Generic::List<CppSharp::Parser::AST::Namespace^>^ value)
@@ -591,13 +591,13 @@ void CppSharp::Parser::AST::DeclarationContext::Namespaces::set(System::Collecti
591591
592592System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>^ CppSharp::Parser::AST::DeclarationContext::Enums::get()
593593{
594- auto _tmp__Enums_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>();
594+ auto _tmp__Enums = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>();
595595 for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Enums )
596596 {
597597 auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::Enumeration ((::CppSharp::CppParser::AST::Enumeration*)_element);
598- _tmp__Enums_ ->Add (_marshalElement);
598+ _tmp__Enums ->Add (_marshalElement);
599599 }
600- return _tmp__Enums_ ;
600+ return _tmp__Enums ;
601601}
602602
603603void CppSharp::Parser::AST::DeclarationContext::Enums::set (System::Collections::Generic::List<CppSharp::Parser::AST::Enumeration^>^ value)
@@ -613,13 +613,13 @@ void CppSharp::Parser::AST::DeclarationContext::Enums::set(System::Collections::
613613
614614System::Collections::Generic::List<CppSharp::Parser::AST::Function^>^ CppSharp::Parser::AST::DeclarationContext::Functions::get()
615615{
616- auto _tmp__Functions_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Function^>();
616+ auto _tmp__Functions = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Function^>();
617617 for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Functions )
618618 {
619619 auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::Function ((::CppSharp::CppParser::AST::Function*)_element);
620- _tmp__Functions_ ->Add (_marshalElement);
620+ _tmp__Functions ->Add (_marshalElement);
621621 }
622- return _tmp__Functions_ ;
622+ return _tmp__Functions ;
623623}
624624
625625void CppSharp::Parser::AST::DeclarationContext::Functions::set (System::Collections::Generic::List<CppSharp::Parser::AST::Function^>^ value)
@@ -635,13 +635,13 @@ void CppSharp::Parser::AST::DeclarationContext::Functions::set(System::Collectio
635635
636636System::Collections::Generic::List<CppSharp::Parser::AST::Class^>^ CppSharp::Parser::AST::DeclarationContext::Classes::get()
637637{
638- auto _tmp__Classes_ = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Class^>();
638+ auto _tmp__Classes = gcnew System::Collections::Generic::List<CppSharp::Parser::AST::Class^>();
639639 for (auto _element : ((::CppSharp::CppParser::AST::DeclarationContext*)NativePtr)->Classes )
640640 {
641641 auto _marshalElement = (_element == nullptr ) ? nullptr : gcnew CppSharp::Parser::AST::Class ((::CppSharp::CppParser::AST::Class*)_element);
642- _tmp__Classes_ ->Add (_marshalElement);
642+ _tmp__Classes ->Add (_marshalElement);
643643 }
644- return _tmp__Classes_ ;
644+ return _tmp__Classes ;
645645}
646646
647647void CppSharp::Parser::AST::DeclarationContext::Classes::set (System::Collections::Generic::List<CppSharp::Parser::AST::Class^>^ value)
0 commit comments