M_CommandLine_Core_ValueSpecification_FromAttribute - adutton/commandline GitHub Wiki
Namespace: CommandLine.Core
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static ValueSpecification FromAttribute(
ValueAttribute attribute,
Type conversionType,
IEnumerable<string> enumValues
)VB
Public Shared Function FromAttribute (
attribute As ValueAttribute,
conversionType As Type,
enumValues As IEnumerable(Of String)
) As ValueSpecificationC++
public:
static ValueSpecification^ FromAttribute(
ValueAttribute^ attribute,
Type^ conversionType,
IEnumerable<String^>^ enumValues
)F#
static member FromAttribute :
attribute : ValueAttribute *
conversionType : Type *
enumValues : IEnumerable<string> -> ValueSpecification
- attribute
- Type: CommandLine.ValueAttribute
- conversionType
- Type: System.Type
- enumValues
- Type: System.Collections.Generic.IEnumerable(String)
Type: ValueSpecification