#endregion (C# Reference)
#endregion marks the end of a #region block. For example:
#region MyClass definition
class MyClass
{
static void Main()
{
}
}
#endregion
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
#endregion marks the end of a #region block. For example:
#region MyClass definition
class MyClass
{
static void Main()
{
}
}
#endregion