Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Specialized.IOrderedDictionary Interface Reference

Public Member Functions

new IDictionaryEnumerator GetEnumerator ()
 
void Insert (int index, object key, object? value)
 
void RemoveAt (int index)
 
bool Contains (object key)
 
void Add (object key, object? value)
 
void Clear ()
 
void Remove (object key)
 
void CopyTo (Array array, int index)
 

Properties

object? this[int index] [get, set]
 
object? this[object key] [get, set]
 
ICollection Keys [get]
 
ICollection Values [get]
 
bool IsReadOnly [get]
 
bool IsFixedSize [get]
 
int Count [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 

Detailed Description

Definition at line 3 of file IOrderedDictionary.cs.


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