I know I can use #region #endregion to surround a code snippets in C#, is there a similar syntax in Kotlin? Thanks!
#region MyRegion
protected void Page_Load(object sender, EventArgs e)
{
}
#endregion
I know I can use #region #endregion to surround a code snippets in C#, is there a similar syntax in Kotlin? Thanks!
#region MyRegion
protected void Page_Load(object sender, EventArgs e)
{
}
#endregion