Summary description for Properties.
More...
Summary description for Properties.
◆ Properties()
System.util.Properties.Properties |
( |
| ) |
|
◆ Add()
virtual void System.util.Properties.Add |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
|
virtual |
◆ AddAll()
void System.util.Properties.AddAll |
( |
Properties |
col | ) |
|
◆ Clear()
void System.util.Properties.Clear |
( |
| ) |
|
◆ ContainsKey()
bool System.util.Properties.ContainsKey |
( |
string |
key | ) |
|
◆ GetEnumerator()
IEnumerator System.util.Properties.GetEnumerator |
( |
| ) |
|
◆ Load()
void System.util.Properties.Load |
( |
Stream |
inStream | ) |
|
◆ Remove()
string System.util.Properties.Remove |
( |
string |
key | ) |
|
◆ Count
int System.util.Properties.Count |
|
get |
◆ Keys
ICollection System.util.Properties.Keys |
|
get |
◆ this[string key]
virtual string System.util.Properties.this[string key] |
|
getset |
The documentation for this class was generated from the following file: