Skip to content

M_CommandLine_Core_SpecificationPropertyExtensions_GetConversionType

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

SpecificationPropertyExtensions.GetConversionType Method

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

Syntax

C#

public static Type GetConversionType(
	this SpecificationProperty specProp
)

VB

<ExtensionAttribute>
Public Shared Function GetConversionType ( 
	specProp As SpecificationProperty
) As Type

C++

public:
[ExtensionAttribute]
static Type^ GetConversionType(
	SpecificationProperty^ specProp
)

F#

[<ExtensionAttribute>]
static member GetConversionType : 
        specProp : SpecificationProperty -> Type 

Parameters

 

specProp
Type: CommandLine.Core.SpecificationProperty

Return Value

Type: Type

Usage Note

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

SpecificationPropertyExtensions Class
CommandLine.Core Namespace

Clone this wiki locally