Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
See Also: Inherited members from object.
⊟ Public Properties
⊟ Public Methods
Add (string) Documentation for this section has not yet been entered.Clear () Documentation for this section has not yet been entered.Contains (string) : bool Documentation for this section has not yet been entered.CopyTo (string[], int) Documentation for this section has not yet been entered.GetEnumerator () : IEnumerator<string> Documentation for this section has not yet been entered.IndexOf (string) : int Documentation for this section has not yet been entered.Insert (int, string) Documentation for this section has not yet been entered.Remove (string) : bool Documentation for this section has not yet been entered.RemoveAt (int) Documentation for this section has not yet been entered.ToArray () : string[] Documentation for this section has not yet been entered.ToList () : List<string> Documentation for this section has not yet been entered. overrideToString () : string Documentation for this section has not yet been entered.⊟ Explicitly Implemented Interface Members
IList.Add Documentation for this section has not yet been entered. IList.Contains Documentation for this section has not yet been entered. ICollection.CopyTo Documentation for this section has not yet been entered. IEnumerable.GetEnumerator Documentation for this section has not yet been entered. IList.IndexOf Documentation for this section has not yet been entered. IList.Insert Documentation for this section has not yet been entered. [read-only] IList.IsFixedSize bool . Documentation for this section has not yet been entered. [read-only] ICollection.IsSynchronized bool . Documentation for this section has not yet been entered. IList.Item object . Documentation for this section has not yet been entered. IList.Remove Documentation for this section has not yet been entered. IList.RemoveAt Documentation for this section has not yet been entered. [read-only] ICollection.SyncRoot object . Documentation for this section has not yet been entered.
⊟ Add Method
Documentation for this section has not yet been entered.
⊟ Parameters
- item
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Clear Method
Documentation for this section has not yet been entered.
public void Clear ()⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Contains Method
Documentation for this section has not yet been entered.
⊟ Parameters
- item
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ CopyTo Method
Documentation for this section has not yet been entered.
⊟ Parameters
- array
- Documentation for this section has not yet been entered.
- arrayIndex
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Count Property
Documentation for this section has not yet been entered.
public int Count { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ GetEnumerator Method
Documentation for this section has not yet been entered.
public IEnumerator<string> GetEnumerator ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ IndexOf Method
Documentation for this section has not yet been entered.
⊟ Parameters
- item
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Insert Method
Documentation for this section has not yet been entered.
⊟ Parameters
- index
- Documentation for this section has not yet been entered.
- item
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ IsReadOnly Property
Documentation for this section has not yet been entered.
public bool IsReadOnly { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Item Property
Documentation for this section has not yet been entered.
⊟ Parameters
- index
- Documentation for this section has not yet been entered.
⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ Remove Method
Documentation for this section has not yet been entered.
⊟ Parameters
- item
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ RemoveAt Method
Documentation for this section has not yet been entered.
⊟ Parameters
- index
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.ICollection.CopyTo Method
Documentation for this section has not yet been entered.
⊟ Parameters
- array
- Documentation for this section has not yet been entered.
- index
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.ICollection.IsSynchronized Property
Documentation for this section has not yet been entered.
bool System.Collections.ICollection.IsSynchronized { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.ICollection.SyncRoot Property
Documentation for this section has not yet been entered.
object System.Collections.ICollection.SyncRoot { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IEnumerable.GetEnumerator Method
Documentation for this section has not yet been entered.
IEnumerator System.Collections.IEnumerable.GetEnumerator ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.Add Method
Documentation for this section has not yet been entered.
⊟ Parameters
- value
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.Contains Method
Documentation for this section has not yet been entered.
⊟ Parameters
- value
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.IndexOf Method
Documentation for this section has not yet been entered.
⊟ Parameters
- value
- Documentation for this section has not yet been entered.
⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.Insert Method
Documentation for this section has not yet been entered.
⊟ Parameters
- index
- Documentation for this section has not yet been entered.
- value
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.IsFixedSize Property
Documentation for this section has not yet been entered.
bool System.Collections.IList.IsFixedSize { get; }⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.Item Property
Documentation for this section has not yet been entered.
⊟ Parameters
- index
- Documentation for this section has not yet been entered.
⊟ Value
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.Remove Method
Documentation for this section has not yet been entered.
⊟ Parameters
- value
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ System.Collections.IList.RemoveAt Method
Documentation for this section has not yet been entered.
⊟ Parameters
- index
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ ToArray Method
Documentation for this section has not yet been entered.
public string[] ToArray ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ ToList Method
Documentation for this section has not yet been entered.
public List<string> ToList ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)
⊟ ToString Method
Documentation for this section has not yet been entered.
public override string ToString ()⊟ Returns
Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)