* Structures/Enum.cs: Marked code that needs to be refactored.

This commit is contained in:
the_fiddler 2011-07-20 10:08:27 +00:00
parent e9939e0dc6
commit 08709e985f

View file

@ -63,6 +63,7 @@ namespace Bind.Structures
}
}
[Obsolete("This code belongs to the various language-specific ISpecWriter implementations")]
public override string ToString()
{
StringBuilder sb = new StringBuilder();