Skip to content

M_CommandLine_HelpTextExtensions_IsHelp

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

HelpTextExtensions.IsHelp Method

return true when errors contain HelpXXXError

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

Syntax

C#

public static bool IsHelp(
	this IEnumerable<Error> errs
)

VB

<ExtensionAttribute>
Public Shared Function IsHelp ( 
	errs As IEnumerable(Of Error)
) As Boolean

C++

public:
[ExtensionAttribute]
static bool IsHelp(
	IEnumerable<Error^>^ errs
)

F#

[<ExtensionAttribute>]
static member IsHelp : 
        errs : IEnumerable<Error> -> bool 

Parameters

 

errs
Type: System.Collections.Generic.IEnumerable(Error)

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 IEnumerable(Error). 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

HelpTextExtensions Class
CommandLine Namespace

Clone this wiki locally