#endregion (C# Reference)
#endregion marks the end of a #region block. For example:
#region MyClass definition
class MyClass
{
static void Main()
{
}
}
#endregion
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
#endregion marks the end of a #region block. For example:
#region MyClass definition
class MyClass
{
static void Main()
{
}
}
#endregion