IValidateOptions<TOptions> インターフェイス

定義

オプションの検証に使用されるインターフェイス。

generic <typename TOptions>
 where TOptions : classpublic interface class IValidateOptions
public interface IValidateOptions<TOptions> where TOptions : class
type IValidateOptions<'Options (requires 'Options : null)> = interface
Public Interface IValidateOptions(Of TOptions)

型パラメーター

TOptions

検証するオプションの種類。

派生

メソッド

Validate(String, TOptions)

特定の名前付きオプション インスタンス (名前が null の場合はすべて) を検証します。

適用対象