EDN Admin
Well-known member
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
View the full article