ConfigureOptions<TOptions>.Action プロパティ

定義

構成アクション。

public:
 property Action<TOptions> ^ Action { Action<TOptions> ^ get(); };
public Action<TOptions> Action { get; }
public Action<TOptions>? Action { get; }
member this.Action : Action<'Options (requires 'Options : null)>
Public ReadOnly Property Action As Action(Of TOptions)

プロパティ値

Action<TOptions>

適用対象