Coming from a Java world into a C# one is there a HashMap equivalent? If not what would you recommend?
|
|
Dictionary is probably the closest. System.Collections.Generic.Dictionary implements the System.Collections.Generic.IDictionary interface (which is similar to Java's Map interface). |
||
|
|
|
|
|
||||
|
|
|
In common use case 'Yes' |
||
|
|
