Daniel
1
Q:

#region in c#

#region MyClass definition  
public class MyClass   
{  
    static void Main()   
    {  
    }  
}  
#endregion  
10
#region Properties
//code written between this can be expanded or minimzed using (+) or (-) in the code editor.
//This is just for better visibility.
#endregion Properties
5

New to Communities?

Join the community