Skip to content

M_CommandLine_Core_TokenExtensions_IsValue

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

TokenExtensions.IsValue Method

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

Syntax

C#

public static bool IsValue(
	this Token token
)

VB

<ExtensionAttribute>
Public Shared Function IsValue ( 
	token As Token
) As Boolean

C++

public:
[ExtensionAttribute]
static bool IsValue(
	Token^ token
)

F#

[<ExtensionAttribute>]
static member IsValue : 
        token : Token -> bool 

Parameters

 

token
Type: CommandLine.Core.Token

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Token. 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

TokenExtensions Class
CommandLine.Core Namespace

Clone this wiki locally