Skip to content

M_CommandLine_UnParserExtensions_SeperatorOrSpace

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

UnParserExtensions.SeperatorOrSpace Method

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

private static char SeperatorOrSpace(
	this Specification spec
)

VB

<ExtensionAttribute>
Private Shared Function SeperatorOrSpace ( 
	spec As Specification
) As Char

C++

private:
[ExtensionAttribute]
static wchar_t SeperatorOrSpace(
	Specification^ spec
)

F#

[<ExtensionAttribute>]
private static member SeperatorOrSpace : 
        spec : Specification -> char 

Parameters

 

spec
Type: CommandLine.Core.Specification

Return Value

Type: Char

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Specification. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

UnParserExtensions Class
CommandLine Namespace

Clone this wiki locally