C# 클래스 CommandLine.Core.ValueMapper

Maps unnamed options to property using CommandLine.ValueOptionAttribute and CommandLine.ValueListAttribute.
파일 보기 프로젝트 열기: cosmo0/commandline 1 사용 예제들

공개 메소드들

메소드 설명
MapValues ( IEnumerable specProps, IEnumerable values, Func converter ) : StatePair>

비공개 메소드들

메소드 설명
MapValuesImpl ( IEnumerable specProps, IEnumerable values, Func converter ) : Maybe>>.IEnumerable

메소드 상세

MapValues() 공개 정적인 메소드

public static MapValues ( IEnumerable specProps, IEnumerable values, Func converter ) : StatePair>
specProps IEnumerable
values IEnumerable
converter Func
리턴 StatePair>