[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.0 (0.6.3.0)

Syntax

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

Parameters

value
String

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

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

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

Return Value

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

See Also