Class MBReadOnlyDictionary<TKey, TValue>
- Namespace
- TaleWorlds.Library
- Assembly
- TaleWorlds.Library.dll
public class MBReadOnlyDictionary<TKey, TValue> : ICollection, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
Type Parameters
TKey
TValue
- Inheritance
-
MBReadOnlyDictionary<TKey, TValue>
- Implements
-
IReadOnlyDictionary<TKey, TValue>IReadOnlyCollection<KeyValuePair<TKey, TValue>>IEnumerable<KeyValuePair<TKey, TValue>>
- Inherited Members
- Extension Methods
Constructors
MBReadOnlyDictionary(Dictionary<TKey, TValue>)
public MBReadOnlyDictionary(Dictionary<TKey, TValue> dictionary)
Parameters
dictionary
Dictionary<TKey, TValue>
Properties
Count
public int Count { get; }
Property Value
IsSynchronized
public bool IsSynchronized { get; }
Property Value
this[TKey]
public TValue this[TKey key] { get; }
Parameters
key
TKey
Property Value
- TValue
Keys
public IEnumerable<TKey> Keys { get; }
Property Value
- IEnumerable<TKey>
SyncRoot
public object SyncRoot { get; }
Property Value
Values
public IEnumerable<TValue> Values { get; }
Property Value
- IEnumerable<TValue>
Methods
ContainsKey(TKey)
public bool ContainsKey(TKey key)
Parameters
key
TKey
Returns
CopyTo(Array, int)
public void CopyTo(Array array, int index)
Parameters
GetEnumerator()
public Dictionary<TKey, TValue>.Enumerator GetEnumerator()
Returns
- Dictionary<TKey, TValue>.Enumerator
TryGetValue(TKey, out TValue)
public bool TryGetValue(TKey key, out TValue value)
Parameters
key
TKeyvalue
TValue
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).