MetalamaAPI documentationAspect APIMetalama.​Framework.​OptionsIHierarchical­Options­Provider
Open sandboxFocus

IHierarchicalOptionsProvider Interface

A base interface for attributes that provide options.

Namespace: Metalama.Framework.Options
Assembly: Metalama.Framework.dll
Syntax
[RunTimeOrCompileTime]
public interface IHierarchicalOptionsProvider

Methods

Name Description
GetOptions(in OptionsProviderContext)

Gets the list of options provided by the current aspect or attribute.

See Also