Mono.Options.OptionSet.ArgumentSources Property
A collection of all Mono.Options.ArgumentSources which will be consulted during OptionSet.Parse(IEnumerable<string>) processing.

Syntax

public System.Collections.ObjectModel.ReadOnlyCollection<ArgumentSource> ArgumentSources { get; }

Value

A System.Collections.ObjectModel.ReadOnlyCollection<Mono.Options.ArgumentSource> containing all Mono.Options.ArgumentSources which have been OptionSet.Add(ArgumentSource)ed.

Remarks

Requirements

Namespace: Mono.Options
Assembly: Mono.Options (in Mono.Options.dll)
Assembly Versions: 0.2.2.0, 0.2.3.0