diff --git a/Source/Bind/Structures/Enum.cs b/Source/Bind/Structures/Enum.cs index 8e553d2f..12cc98f9 100644 --- a/Source/Bind/Structures/Enum.cs +++ b/Source/Bind/Structures/Enum.cs @@ -39,7 +39,7 @@ namespace Bind.Structures set { _type = value; } } - Dictionary _constant_collection = new Dictionary(); + SortedDictionary _constant_collection = new SortedDictionary(); public IDictionary ConstantCollection {