Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
MultiMapKeyFuncs< TKey, TValue > Struct Template Reference
Inheritance diagram for MultiMapKeyFuncs< TKey, TValue >:
IKeyFuncs< KeyValuePair< TKey, TValue >, TKey >

Static Public Member Functions

static TKey GetKey (KeyValuePair< TKey, TValue > kvp)
 
static bool Matches (TKey a, TKey b)
 
static int GetKeyHash (TKey key)
 
- Static Public Member Functions inherited from IKeyFuncs< KeyValuePair< TKey, TValue >, TKey >
static abstract TKey GetKey (T t)
 
static abstract bool Matches (TKey a, TKey b)
 
static abstract int GetKeyHash (TKey key)
 

Properties

static bool AllowDuplicateKeys [get]
 
- Properties inherited from IKeyFuncs< KeyValuePair< TKey, TValue >, TKey >
static abstract bool AllowDuplicateKeys [get]
 

Member Function Documentation

◆ GetKey()

static TKey MultiMapKeyFuncs< TKey, TValue >.GetKey ( KeyValuePair< TKey, TValue >  kvp)
static

◆ Matches()

static bool MultiMapKeyFuncs< TKey, TValue >.Matches ( TKey  a,
TKey  b 
)
staticvirtual

◆ GetKeyHash()

static int MultiMapKeyFuncs< TKey, TValue >.GetKeyHash ( TKey  key)
staticvirtual

Property Documentation

◆ AllowDuplicateKeys

bool MultiMapKeyFuncs< TKey, TValue >.AllowDuplicateKeys
staticget

The documentation for this struct was generated from the following file: