|
Rebornbuddy
|
Public Member Functions | |
| void | Add (string item) |
| void | Clear () |
| bool | Contains (string item) |
| void | CopyTo (string[] array, int arrayIndex) |
| bool | Remove (string item) |
| IEnumerator< string > | GetEnumerator () |
| int | IndexOf (string item) |
| void | Insert (int index, string item) |
| void | RemoveAt (int index) |
| List< string > | ToList () |
| string[] | ToArray () |
| override string | ToString () |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
| string | this[int index] [get, set] |
| void NDesk.Options.OptionValueCollection.Add | ( | string | item | ) |
| void NDesk.Options.OptionValueCollection.Clear | ( | ) |
| bool NDesk.Options.OptionValueCollection.Contains | ( | string | item | ) |
| void NDesk.Options.OptionValueCollection.CopyTo | ( | string[] | array, |
| int | arrayIndex ) |
| IEnumerator< string > NDesk.Options.OptionValueCollection.GetEnumerator | ( | ) |
| int NDesk.Options.OptionValueCollection.IndexOf | ( | string | item | ) |
| void NDesk.Options.OptionValueCollection.Insert | ( | int | index, |
| string | item ) |
| bool NDesk.Options.OptionValueCollection.Remove | ( | string | item | ) |
| void NDesk.Options.OptionValueCollection.RemoveAt | ( | int | index | ) |
| string[] NDesk.Options.OptionValueCollection.ToArray | ( | ) |
| List< string > NDesk.Options.OptionValueCollection.ToList | ( | ) |
| override string NDesk.Options.OptionValueCollection.ToString | ( | ) |
|
get |
|
get |
|
getset |