* Structures/Enum.cs: Marked code that needs to be refactored.
This commit is contained in:
parent
ed5c64208b
commit
91519cb62b
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue