PostConfigureOptions<TOptions>.Action 属性
定义
初始化操作。The initialization action.
public:
property Action<TOptions> ^ Action { Action<TOptions> ^ get(); };
public Action<TOptions> Action { get; }
member this.Action : Action<'Options (requires 'Options : null)>
Public ReadOnly Property Action As Action(Of TOptions)
属性值
- Action<TOptions>