You want a Dictionary<>, e.g.
Dictionary<Object, List<OtherObject>>
Where Object is the Key and List<OtherObject> is the Value
2
solved A List of List and Object
You want a Dictionary<>, e.g.
Dictionary<Object, List<OtherObject>>
Where Object is the Key and List<OtherObject> is the Value
2
solved A List of List and Object