Legendary Explorer Core Nightly
Core library for working with Mass Effect Trilogy / Legendary Edition files
Loading...
Searching...
No Matches
IKeyFuncs< in T, TKey > Interface Template Referenceabstract

Static Public Member Functions

static abstract TKey GetKey (T t)
 
static abstract bool Matches (TKey a, TKey b)
 
static abstract int GetKeyHash (TKey key)
 

Properties

static abstract bool AllowDuplicateKeys [get]
 

Member Function Documentation

◆ GetKey()

static abstract TKey IKeyFuncs< in T, TKey >.GetKey ( t)
staticpure virtual

Implemented in DefaultKeyFuncs< T >.

◆ Matches()

static abstract bool IKeyFuncs< in T, TKey >.Matches ( TKey  a,
TKey  b 
)
staticpure virtual

◆ GetKeyHash()

static abstract int IKeyFuncs< in T, TKey >.GetKeyHash ( TKey  key)
staticpure virtual

Property Documentation

◆ AllowDuplicateKeys

abstract bool IKeyFuncs< in T, TKey >.AllowDuplicateKeys
staticget

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