ValidateOptions<TOptions,TDep>.Validation 屬性

定義

驗證函式。

public:
 property Func<TOptions, TDep, bool> ^ Validation { Func<TOptions, TDep, bool> ^ get(); };
public Func<TOptions,TDep,bool> Validation { get; }
member this.Validation : Func<'Options, 'Dep, bool (requires 'Options : null)>
Public ReadOnly Property Validation As Func(Of TOptions, TDep, Boolean)

屬性值

Func<TOptions,TDep,Boolean>

適用於