Mono.Options.OptionValueCollection Members

The members of Mono.Options.OptionValueCollection are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. 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.AddDocumentation for this section has not yet been entered.
IList.ContainsDocumentation for this section has not yet been entered.
ICollection.CopyToDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
IList.IndexOfDocumentation for this section has not yet been entered.
IList.InsertDocumentation for this section has not yet been entered.
[read-only]
IList.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
IList.Itemobject. Documentation for this section has not yet been entered.
IList.RemoveDocumentation for this section has not yet been entered.
IList.RemoveAtDocumentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.