* 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 ed5c64208b
commit 91519cb62b

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();