This type contains the following members.
public class KeyList<TValue>
- Inheritance:
- ObjectList<KeyListEntry<TValue>>KeyList<TValue>
Constructors
KeyList() | |
KeyList(IEnumerable<KeyListEntry<TValue>>) |
Properties
this[] |
Methods
GetValue(string) | |
SetValue(string, TValue) | |
Remove(string) | |
Clone() | |
Add(KeyListEntry<TValue>) |