Edit

Share via


ArgumentValidation.AcceptLegalFileNamesOnly<T> Method

Definition

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::CommandLine::Argument<T> ^ AcceptLegalFileNamesOnly(System::CommandLine::Argument<T> ^ argument);
public static System.CommandLine.Argument<T> AcceptLegalFileNamesOnly<T>(this System.CommandLine.Argument<T> argument);
static member AcceptLegalFileNamesOnly : System.CommandLine.Argument<'T> -> System.CommandLine.Argument<'T>
<Extension()>
Public Function AcceptLegalFileNamesOnly(Of T) (argument As Argument(Of T)) As Argument(Of T)

Type Parameters

T

Parameters

argument
Argument<T>

Returns

Applies to