次の方法で共有


ValidateOptions<TOptions>.Validation プロパティ

定義

検証関数。

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

プロパティ値

Func<TOptions,Boolean>

適用対象