ConfigureOptions<TOptions> Class

Definition

Implementation of IConfigureOptions<TOptions>.

generic <typename TOptions>
 where TOptions : classpublic ref class ConfigureOptions : Microsoft::Extensions::Options::IConfigureOptions<TOptions>
public class ConfigureOptions<TOptions> : Microsoft.Extensions.Options.IConfigureOptions<TOptions> where TOptions : class
type ConfigureOptions<'Options (requires 'Options : null)> = class
    interface IConfigureOptions<'Options (requires 'Options : null)>
Public Class ConfigureOptions(Of TOptions)
Implements IConfigureOptions(Of TOptions)

Type Parameters

TOptions

Options type being configured.

Inheritance
ConfigureOptions<TOptions>
Derived
Implements

Constructors

ConfigureOptions<TOptions>(Action<TOptions>)

Constructor.

Properties

Action

The configuration action.

Methods

Configure(TOptions)

Invokes the registered configure Action.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to