[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.1 (0.6.3.1)

Syntax

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

Parameters

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

See Also