User loginSearch |
C# RegionsHere is a skeleton for the guts of a C# class. Since I find myself typing the same regions over and over again, I figured I'd put them here for reference. #region Data Members #endregion #region Properties #endregion #region Constructors / Destructors #endregion #region Interface Methods #endregion #region Protected Methods #endregion |