Cascade
Loading...
Searching...
No Matches
Buzzware.Cascade.IdKeyDictionary< TValue > Class Template Reference
Inheritance diagram for Buzzware.Cascade.IdKeyDictionary< TValue >:

Public Member Functions

 IdKeyDictionary ()
void Add (object? key, TValue value)
void Add (KeyValuePair< object?, TValue > item)
void Clear ()
bool Contains (KeyValuePair< object?, TValue > item)
bool ContainsKey (object? key)
void CopyTo (KeyValuePair< object?, TValue >[] array, int arrayIndex)
IEnumerator< KeyValuePair< object?, TValue > > GetEnumerator ()
bool Remove (object? key)
bool Remove (KeyValuePair< object?, TValue > item)
bool TryGetValue (object? key, out TValue value)
void AddRange (IEnumerable< KeyValuePair< object?, TValue > > items)
IReadOnlyDictionary< object?, TValue > AsReadOnly ()

Properties

TValue this[object? key] [get, set]
ICollection< object?> Keys [get]
ICollection< TValue > Values [get]
int Count [get]
bool IsReadOnly [get]

The documentation for this class was generated from the following file:
  • Buzzware.Cascade/utilities/IdKeyDictionary.cs