|
|
|
[
Permlink
| « Hide
]
Ilya Ryzhenkov - 18 Feb 08 13:52
I didn't found any real usecase for this, do you have an example?
Sometimes I use comment-like todos in region names.
#region Obsolete API implementation // TODO: remove it when possible
#endregion
Why not just set pattern for Obsolete identifier?
Another example:
#region Tree utility methods // TODO: extract to separate class
#endregion
We are not going to fix this in current release, due to internal issues. Use comments after the #region directive
|
|||||||||||||||||||||||||||||||||||||||||||||||||