While maintaining a code in a web service I came across the following code snippet:
#pragma warning disable 1591
When searching for its meaning, I did not find anything in Portuguese that was easily accessible.
Question
What is #pragma
? And when should it be used?