Avoid singletons; improve ToString()
authorStefanos A. <stapostol@gmail.com>
Fri, 1 Nov 2013 08:21:50 +0000 (09:21 +0100)
committerStefanos A. <stapostol@gmail.com>
Fri, 1 Nov 2013 08:21:50 +0000 (09:21 +0100)
commitf0e019579936c285ae768278f4a25ed4999090fa
treef812025d0201b930b947ac6d7e91c0cb1f319d53
parent229856abbae3f099a9723edbe0cf6d352e01b0b9
Avoid singletons; improve ToString()

This is part of a long-due series of source cleanup patches. ToString()
is no longer used for code generation (code generation is handled by an
ISpecWriter instance.) Enum is no longer public. EnumCollection now
exposes its backing store through an interface, rather than a concrete
class (simpler to change backing store in the future.)
Source/Bind/Structures/Enum.cs