M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue > Class Template Reference

Inherits ICollection, and IReadOnlyDictionary< TKey, TValue >.

Public Member Functions

 MBReadOnlyDictionary (Dictionary< TKey, TValue > dictionary)
 
Dictionary< TKey, TValue >.Enumerator GetEnumerator ()
 
bool ContainsKey (TKey key)
 
bool TryGetValue (TKey key, out TValue value)
 
void CopyTo (Array array, int index)
 

Properties

int Count [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 
TValue this[TKey key] [get]
 
IEnumerable< TKey > Keys [get]
 
IEnumerable< TValue > Values [get]
 

Constructor & Destructor Documentation

◆ MBReadOnlyDictionary()

TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.MBReadOnlyDictionary ( Dictionary< TKey, TValue >  dictionary)

Member Function Documentation

◆ GetEnumerator()

Dictionary< TKey, TValue >.Enumerator TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.GetEnumerator ( )

◆ ContainsKey()

bool TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.ContainsKey ( TKey  key)

◆ TryGetValue()

bool TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.TryGetValue ( TKey  key,
out TValue  value 
)

◆ CopyTo()

void TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.CopyTo ( Array  array,
int  index 
)

Property Documentation

◆ Count

int TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.Count
get

◆ IsSynchronized

bool TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.IsSynchronized
get

◆ SyncRoot

object TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.SyncRoot
get

◆ this[TKey key]

TValue TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.this[TKey key]
get

◆ Keys

IEnumerable<TKey> TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.Keys
get

◆ Values

IEnumerable<TValue> TaleWorlds.Library.MBReadOnlyDictionary< TKey, TValue >.Values
get