C# equivalent of java.util.EnumMap

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Is there a C# equivalent to java.util.EnumMap?<br/>java.util.EnumMap is a specialized Map where keys are of an Enum type. EnumMap uses Arrays internally and allows for great efficiency.<br/>I havent been able to find anything in the .NET C# docs. Is there any open source implementation of a C# EnumMap?<br/><br/>Thanks<br/>Vijay

View the full article
 
Back
Top