M_CommandLine_UnParserExtensions_SeperatorOrSpace - adutton/commandline GitHub Wiki
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private static char SeperatorOrSpace(
this Specification spec
)VB
<ExtensionAttribute>
Private Shared Function SeperatorOrSpace (
spec As Specification
) As CharC++
private:
[ExtensionAttribute]
static wchar_t SeperatorOrSpace(
Specification^ spec
)F#
[<ExtensionAttribute>]
private static member SeperatorOrSpace :
spec : Specification -> char
- spec
- Type: CommandLine.Core.Specification
Type: Char
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).