Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.IReadOnlyDictionary< TKey, TValue > Interface Template Reference

Public Member Functions

bool ContainsKey (TKey key)
 
bool TryGetValue (TKey key, [MaybeNullWhen(false)] out TValue value)
 
new IEnumerator< TGetEnumerator ()
 

Properties

TValue this[TKey key] [get]
 
IEnumerable< TKey > Keys [get]
 
IEnumerable< TValue > Values [get]
 
int Count [get]
 

Detailed Description

Definition at line 5 of file IReadOnlyDictionary.cs.


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