Table of Contents

Interface IOptions<TOptions>

Namespace
Acuit.Pinpoint.Configuration.Options
Assembly
Acuit.Pinpoint.Configuration.dll

Used to retrieve configured TOptions instances.

public interface IOptions<out TOptions> where TOptions : class, new()

Type Parameters

TOptions

The type of options being requested.

Properties

Value

The default configured TOptions instance, equivalent to Get(string.Empty).

TOptions Value { get; }

Property Value

TOptions