
Public Member Functions | |
| void | Add (KeyValuePair< string, string > item) |
| void | Add (string key, string value) |
| void | Clear () |
| bool | Contains (KeyValuePair< string, string > item) |
| bool | ContainsKey (string key) |
| void | CopyTo (KeyValuePair< string, string >[] array, int arrayIndex) |
| IEnumerator < KeyValuePair < string, string > > | GetEnumerator () |
| bool | Remove (KeyValuePair< string, string > item) |
| bool | Remove (string key) |
| override string | ToString () |
| bool | TryGetValue (string key, out string value) |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
| ICollection< string > | Keys [get] |
| string | this [string key] [get, set] |
| ICollection< string > | Values [get] |
| void wx.Build.ToolSpecificOptionsCollection.Add | ( | KeyValuePair< string, string > | item | ) |
| void wx.Build.ToolSpecificOptionsCollection.Add | ( | string | key, | |
| string | value | |||
| ) |
| void wx.Build.ToolSpecificOptionsCollection.Clear | ( | ) |
| bool wx.Build.ToolSpecificOptionsCollection.Contains | ( | KeyValuePair< string, string > | item | ) |
| bool wx.Build.ToolSpecificOptionsCollection.ContainsKey | ( | string | key | ) |
| void wx.Build.ToolSpecificOptionsCollection.CopyTo | ( | KeyValuePair< string, string >[] | array, | |
| int | arrayIndex | |||
| ) |
| IEnumerator<KeyValuePair<string, string> > wx.Build.ToolSpecificOptionsCollection.GetEnumerator | ( | ) |
| bool wx.Build.ToolSpecificOptionsCollection.Remove | ( | KeyValuePair< string, string > | item | ) |
| bool wx.Build.ToolSpecificOptionsCollection.Remove | ( | string | key | ) |
| override string wx.Build.ToolSpecificOptionsCollection.ToString | ( | ) |
| bool wx.Build.ToolSpecificOptionsCollection.TryGetValue | ( | string | key, | |
| out string | value | |||
| ) |
int wx.Build.ToolSpecificOptionsCollection.Count [get] |
bool wx.Build.ToolSpecificOptionsCollection.IsReadOnly [get] |
ICollection<string> wx.Build.ToolSpecificOptionsCollection.Keys [get] |
| string wx.Build.ToolSpecificOptionsCollection.this[string key] | ( | ) | [get, set] |
ICollection<string> wx.Build.ToolSpecificOptionsCollection.Values [get] |