Home > Net >  When Xamarin binding libraries a class register twice
When Xamarin binding libraries a class register twice

Time:11-06

Xamarin binding library when a class register twice , run time will have error, has been added with the same key  , is this why?

CodePudding user response:

This is the assembly level annotation, so can't specified twice, to delete a line,

CodePudding user response:

reference 1st floor icoolno1 response:
this is the assembly level annotation, so can't specified twice, to delete a line,
this is binding library automatically generated, delete

CodePudding user response:

Compile without error, it is an error when running

CodePudding user response:

Someone say Xamarin development in pit no
  •  Tags:  
  • C#
  • Related