Empty regioned class

CodeKeep C# Feed Novembre 11th, 2008

Description: Empty regioned class

Link: http://www.codekeep.net/snippets/22c74480-95b6-45cd-aadc-d521bbe88957.aspx

using System;
using System.Collections.Generic;
using System.Text;

namespace Name
{
    public class Name
    {
        #region Declarations / initializers

        #endregion

        #region Constructors

        public Name()
        {

        }

        #endregion

        #region Public methods

        #endregion

        #region Private methods

        #endregion

    }
}

  • .NET
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Comments are closed.

Trackback URI |