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>

适用于