Optimization : NDesk.Options Namespace

OptionValueCollection Class

Documentation for this section has not yet been entered.

public class OptionValueCollection : ICollection<string>, IEnumerable<string>, IList<string>, IList

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NDesk.Options
Assembly: Optimization (in Optimization.dll)

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Count int . Documentation for this section has not yet been entered.
[read-only]
IsReadOnly bool . Documentation for this section has not yet been entered.
default property
Item (int) string . Documentation for this section has not yet been entered.

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.
override
ToString () : 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.

Member Details

Add Method

Documentation for this section has not yet been entered.

public void Add (string item)

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.

public bool Contains (string item)

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.

public void CopyTo (string[] array, int arrayIndex)

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.

public int IndexOf (string item)

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.

public void Insert (int index, string item)

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.

This is the default property for this class.

public string this [int index] { set; get; }

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.

public bool Remove (string item)

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.

public void RemoveAt (int index)

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.

void System.Collections.ICollection.CopyTo (Array array, int index)

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.

int System.Collections.IList.Add (object value)

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.

bool System.Collections.IList.Contains (object value)

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.

int System.Collections.IList.IndexOf (object value)

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.

void System.Collections.IList.Insert (int index, object value)

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.

object this [int index] { set; get; }

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.

void System.Collections.IList.Remove (object value)

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.

void System.Collections.IList.RemoveAt (int index)

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)