Skip to content

ArgList #550

Answered by Washi1337
dashne asked this question in Q&A
Apr 16, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The __arglist parameter in C# does not actually translate to a physical parameter definition or type in the metadata/signature. __arglist is just C# syntax for the vararg calling convention, indicating there may be more arguments passed into the function beyond the ones defined in the method's signature.

See: https://sharplab.io/#v2:EYLgZgpghgLgrgJwgZwLQGED2AbbEDGMAlpgHYAyRMECU2yANDCEdgD4ACATAIwCwAKEEcAzAAJuEngHZBAb0FilE8RwAsYgLIAKIqRhiAHgzEB9U1AQBzbEWQwAlIuUKBysQF9BzpaIkaAOW0nNxcfdy1tHhERaRNzSxs7GCiTLhMRBwcAbnCvAQ8gA

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dashne
Comment options

@Washi1337
Comment options

Answer selected by dashne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants