[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Mono.Options.OptionSet.Parse(System.Collections.Generic.IEnumerable{System.String})"]

Namespace: Mono.Options
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public List<string> Parse(
	IEnumerable<string> arguments
)

Parameters

arguments
IEnumerable<(Of <(<'String>)>)>

[Missing <param name="arguments"/> documentation for "M:Mono.Options.OptionSet.Parse(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

[Missing <returns> documentation for "M:Mono.Options.OptionSet.Parse(System.Collections.Generic.IEnumerable{System.String})"]

See Also