|
void | Add (Value v) |
|
void | Clear () |
|
bool | Contains (string name) |
|
int | CountByName (string name) |
|
string[] | DistinctNames () |
|
IEnumerator | GetEnumerator () |
|
string | GetValue (string name) |
|
string | GetValue (string name, int index) |
|
string[] | GetValues () |
|
string[] | GetValues (string name) |
|
List< string > | GetValuesList (string name) |
|
string[] | GetValuesStartsWith (string name) |
|
void | Remove (Value value) |
|
void | RemoveValue (string name) |
|
void | RemoveValues (string name) |
|
void | RemoveValuesStartWith (string startsWith) |
|
bool | SetValue (string name, string newValue, string newcomment, bool createIfNotFound=false) |
|
bool | SetValue (string name, string newValue, bool createIfNotFound=false) |
|
bool | SetValue (string name, string newValue, int index, bool createIfNotFound=false) |
|
bool | SetValue (string name, string newValue, string newComment, int index, bool createIfNotFound=false) |
|
void | SortByName () |
|
| ValueList () |
|
ConfigNode.ValueList.ValueList |
( |
| ) |
|
|
inline |
void ConfigNode.ValueList.Add |
( |
Value |
v | ) |
|
|
inline |
void ConfigNode.ValueList.Clear |
( |
| ) |
|
|
inline |
bool ConfigNode.ValueList.Contains |
( |
string |
name | ) |
|
|
inline |
int ConfigNode.ValueList.CountByName |
( |
string |
name | ) |
|
|
inline |
string [] ConfigNode.ValueList.DistinctNames |
( |
| ) |
|
|
inline |
IEnumerator ConfigNode.ValueList.GetEnumerator |
( |
| ) |
|
|
inline |
string ConfigNode.ValueList.GetValue |
( |
string |
name | ) |
|
|
inline |
string ConfigNode.ValueList.GetValue |
( |
string |
name, |
|
|
int |
index |
|
) |
| |
|
inline |
string [] ConfigNode.ValueList.GetValues |
( |
| ) |
|
|
inline |
string [] ConfigNode.ValueList.GetValues |
( |
string |
name | ) |
|
|
inline |
List<string> ConfigNode.ValueList.GetValuesList |
( |
string |
name | ) |
|
|
inline |
string [] ConfigNode.ValueList.GetValuesStartsWith |
( |
string |
name | ) |
|
|
inline |
void ConfigNode.ValueList.Remove |
( |
Value |
value | ) |
|
|
inline |
void ConfigNode.ValueList.RemoveValue |
( |
string |
name | ) |
|
|
inline |
void ConfigNode.ValueList.RemoveValues |
( |
string |
name | ) |
|
|
inline |
void ConfigNode.ValueList.RemoveValuesStartWith |
( |
string |
startsWith | ) |
|
|
inline |
bool ConfigNode.ValueList.SetValue |
( |
string |
name, |
|
|
string |
newValue, |
|
|
string |
newcomment, |
|
|
bool |
createIfNotFound = false |
|
) |
| |
|
inline |
bool ConfigNode.ValueList.SetValue |
( |
string |
name, |
|
|
string |
newValue, |
|
|
bool |
createIfNotFound = false |
|
) |
| |
|
inline |
bool ConfigNode.ValueList.SetValue |
( |
string |
name, |
|
|
string |
newValue, |
|
|
int |
index, |
|
|
bool |
createIfNotFound = false |
|
) |
| |
|
inline |
bool ConfigNode.ValueList.SetValue |
( |
string |
name, |
|
|
string |
newValue, |
|
|
string |
newComment, |
|
|
int |
index, |
|
|
bool |
createIfNotFound = false |
|
) |
| |
|
inline |
void ConfigNode.ValueList.SortByName |
( |
| ) |
|
|
inline |
int ConfigNode.ValueList.listCapacitySteps = 10 |
int ConfigNode.ValueList.Count |
|
get |
Value ConfigNode.ValueList.this[int index] |
|
get |
The documentation for this class was generated from the following file: