D
D
Dmitry Gavrilenko2016-04-12 23:30:38
.NET
Dmitry Gavrilenko, 2016-04-12 23:30:38

Is there an alternative to Dictionary?

Hello. I want to find out if there is an alternative to Dictionary?
I would like a collection, but without a key, so that it was possible to write paired + data without any hard bindings:
1 - 1
1 - 5
2 - 7
5 - 2

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2016-04-13
@Maddox

There is. For example:
Well, instead of a sheet, you can take an array. But then no searches by key and other goodies.

I
Iron Bug, 2016-04-13
@rare

https://www.nuget.org/packages/Elders.PowerCollections/
https://www.nuget.org/packages/Microsoft.Experimen...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question