Answer the question
In order to leave comments, you need to log in
What is this[...] in C#?
String
Here is a piece of the class in which it is located
public VkResponse this[object key]
Answer the question
In order to leave comments, you need to log in
This is the Indexer
https://docs.microsoft.com/en-us/dotnet/csharp/pro...
In terms of meaning, it is a function that returns some VkResponse from key (which is object).
Syntactically, calling an indexer looks like calling by index in an array (with square brackets)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question