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

[Missing <summary> documentation for "M:Mono.Options.ResponseFileSource.GetArguments(System.String,System.Collections.Generic.IEnumerable{System.String}@)"]

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

Syntax

   
 C# 
public override bool GetArguments(
	string value,
	out IEnumerable<string> replacement
)

Parameters

value
String
replacement
IEnumerable<(Of <(<'String>)>)>%

See Also