Skip to content

M_CommandLine_UnParserExtensions_IsEmpty

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

UnParserExtensions.IsEmpty Method

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

Syntax

C#

private static bool IsEmpty(
	this Object value
)

VB

<ExtensionAttribute>
Private Shared Function IsEmpty ( 
	value As Object
) As Boolean

C++

private:
[ExtensionAttribute]
static bool IsEmpty(
	Object^ value
)

F#

[<ExtensionAttribute>]
private static member IsEmpty : 
        value : Object -> bool 

Parameters

 

value
Type: System.Object

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 Object. 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