Skip to content

Instantly share code, notes, and snippets.

@TorstenC
Created April 16, 2017 09:08
Show Gist options
  • Save TorstenC/8eb292f78a348756d94ad86175e3b176 to your computer and use it in GitHub Desktop.
Save TorstenC/8eb292f78a348756d94ad86175e3b176 to your computer and use it in GitHub Desktop.
What does “Zoll” from IntelliSense mean?
namespace stackoverflow.q43421070 {
class stackoverflow<T> {
T Result;
void ZollIsNotCustomsDuty() {
Result = // default(T);
}
}
}
@TorstenC
Copy link
Author

TorstenC commented Jul 29, 2017

In the english version, the message is "T in stackoverflow<T>" instead of "T Zoll stackoverflow<T>".
It seems to be a mistranslation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment