#region "comment" [code] #endregion
就可以在VS中实现代码折叠了
#pragma region "comment" { [code] #pragma endregion }
这样也可以实现代码折叠