Поделиться через


Option<T>.CustomParser Свойство

Определение

Возвращает или задает пользовательский средство синтаксического анализа аргументов.

public:
 property Func<System::CommandLine::Parsing::ArgumentResult ^, T> ^ CustomParser { Func<System::CommandLine::Parsing::ArgumentResult ^, T> ^ get(); void set(Func<System::CommandLine::Parsing::ArgumentResult ^, T> ^ value); };
public Func<System.CommandLine.Parsing.ArgumentResult,T?>? CustomParser { get; set; }
member this.CustomParser : Func<System.CommandLine.Parsing.ArgumentResult, 'T> with get, set
Public Property CustomParser As Func(Of ArgumentResult, T)

Значение свойства

Применяется к