AgateLib.Resources.StringTable Class Reference
Class which contains a table of string-string mappings. Similar to a Dictionary, but includes methods for reading to / writing from an
AgateLib resource file.
More...
List of all members.
Detailed Description
Class which contains a table of string-string mappings. Similar to a Dictionary, but includes methods for reading to / writing from an
AgateLib resource file.
Member Function Documentation
| void AgateLib.Resources.StringTable.Add |
( |
string |
key, |
|
|
string |
value | |
|
) |
| | |
| void AgateLib.Resources.StringTable.Clear |
( |
|
) |
|
| override AgateResource AgateLib.Resources.StringTable.Clone |
( |
|
) |
[protected, virtual] |
| bool AgateLib.Resources.StringTable.ContainsKey |
( |
string |
key |
) |
|
| IEnumerator<KeyValuePair<string, string> > AgateLib.Resources.StringTable.GetEnumerator |
( |
|
) |
|
| bool AgateLib.Resources.StringTable.Remove |
( |
string |
key |
) |
|
| bool AgateLib.Resources.StringTable.TryGetValue |
( |
string |
key, |
|
|
out string |
value | |
|
) |
| | |
Property Documentation
int AgateLib.Resources.StringTable.Count [get] |
bool AgateLib.Resources.StringTable.IsReadOnly [get] |
ICollection<string> AgateLib.Resources.StringTable.Keys [get] |
string AgateLib.Resources.StringTable.this[string key] [get, set] |
ICollection<string> AgateLib.Resources.StringTable.Values [get] |
The documentation for this class was generated from the following file: