KSP API
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
ConfigNode.ValueList Class Reference
Inheritance diagram for ConfigNode.ValueList:

Public Member Functions

 ValueList ()
 
void Add (ConfigNode.Value v)
 
void Clear ()
 
bool Contains (string name)
 
IEnumerator GetEnumerator ()
 
string GetValue (string name)
 
string[] GetValues (string name)
 
bool SetValue (string name, string newValue)
 
bool SetValue (string name, string newValue, int index)
 

Properties

int Count [get]
 
ConfigNode.Value this[int index] [get]
 

Constructor & Destructor Documentation

ConfigNode.ValueList.ValueList ( )

Member Function Documentation

void ConfigNode.ValueList.Add ( ConfigNode.Value  v)
void ConfigNode.ValueList.Clear ( )
bool ConfigNode.ValueList.Contains ( string  name)
IEnumerator ConfigNode.ValueList.GetEnumerator ( )
string ConfigNode.ValueList.GetValue ( string  name)
string [] ConfigNode.ValueList.GetValues ( string  name)
bool ConfigNode.ValueList.SetValue ( string  name,
string  newValue 
)
bool ConfigNode.ValueList.SetValue ( string  name,
string  newValue,
int  index 
)

Property Documentation

int ConfigNode.ValueList.Count
get
ConfigNode.Value ConfigNode.ValueList.this[int index]
get

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