ConfigureNamedOptions<TOptions,TDep>.Action プロパティ

定義

構成アクション。

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

プロパティ値

Action<TOptions,TDep>

適用対象