Compartir a través de


PostConfigureOptions<TOptions,TDep>.Action Propiedad

Definición

La acción de configuración.

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)

Valor de propiedad

Action<TOptions,TDep>

Se aplica a