Skip to content

M_CommandLine_Core_ValueMapper_MapValuesImpl

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

ValueMapper.MapValuesImpl Method

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

Syntax

C#

private static IEnumerable<Tuple<SpecificationProperty, Maybe<Error>>> MapValuesImpl(
	IEnumerable<SpecificationProperty> specProps,
	IEnumerable<string> values,
	Func<IEnumerable<string>, Type, bool, Maybe<Object>> converter
)

VB

Private Shared Function MapValuesImpl ( 
	specProps As IEnumerable(Of SpecificationProperty),
	values As IEnumerable(Of String),
	converter As Func(Of IEnumerable(Of String), Type, Boolean, Maybe(Of Object))
) As IEnumerable(Of Tuple(Of SpecificationProperty, Maybe(Of Error)))

C++

private:
static IEnumerable<Tuple<SpecificationProperty^, Maybe<Error^>^>^>^ MapValuesImpl(
	IEnumerable<SpecificationProperty^>^ specProps, 
	IEnumerable<String^>^ values, 
	Func<IEnumerable<String^>^, Type^, bool, Maybe<Object^>^>^ converter
)

F#

private static member MapValuesImpl : 
        specProps : IEnumerable<SpecificationProperty> * 
        values : IEnumerable<string> * 
        converter : Func<IEnumerable<string>, Type, bool, Maybe<Object>> -> IEnumerable<Tuple<SpecificationProperty, Maybe<Error>>> 

Parameters

 

specProps
Type: System.Collections.Generic.IEnumerable(SpecificationProperty)
values
Type: System.Collections.Generic.IEnumerable(String)
converter
Type: System.Func(IEnumerable(String), Type, Boolean, Maybe(Object))

Return Value

Type: IEnumerable(Tuple(SpecificationProperty, Maybe(Error)))

See Also

Reference

ValueMapper Class
CommandLine.Core Namespace

Clone this wiki locally