Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
MultiValueSortedDictionary.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.Core.Collections.MultiValueSortedDictionary< TKey, TValue >
 Represents a priority queue, where keys are sorted and each key might have mlutiple values. More...
 
class  SiliconStudio.Core.Collections.MultiValueSortedDictionary< TKey, TValue >.ValueCollection
 Represents the collection of values in a KoderHack.MultiValueSortedDictionary<TKey,TValue>. This class cannot be inherited More...
 
struct  SiliconStudio.Core.Collections.MultiValueSortedDictionary< TKey, TValue >.ValueCollection.Enumerator
 Enumerates the elements of a KoderHack.MultiValueSortedDictionary<TKey,TValue>.ValueCollection. More...
 
struct  SiliconStudio.Core.Collections.MultiValueSortedDictionary< TKey, TValue >.Enumerator
 Enumerates the elements of a KoderHack.MultiValueSortedDictionary<TKey,TValue>. More...
 

Namespaces

package  SiliconStudio.Core.Collections