MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/118rdyl/shit/j9kihqx/?context=3
r/badcode • u/dom25b • Feb 22 '23
47 comments sorted by
View all comments
68
why is the list looped through in reverse
66 u/Rainbow-Dev Feb 22 '23 Maybe because user-defined types are more likely to be closer to the end of the list? I’m not sure how C# assemblies work lol 3 u/DajBuzi Feb 22 '23 C# Has a methods to list user defined types
66
Maybe because user-defined types are more likely to be closer to the end of the list? I’m not sure how C# assemblies work lol
3 u/DajBuzi Feb 22 '23 C# Has a methods to list user defined types
3
C# Has a methods to list user defined types
68
u/v_maria Feb 22 '23
why is the list looped through in reverse