Open sandboxFocus

Interface IHierarchicalOptions<T>

An interface, derived from the non-generic IHierarchicalOptions, that means that the options can be set on the type of declarations specified by the generic parameter.

Namespace: Metalama.Framework.Options
Assembly: Metalama.Framework.dll
Syntax
public interface IHierarchicalOptions<in T> : IHierarchicalOptions, IIncrementalObject, ICompileTimeSerializable where T : class, IDeclaration
Type Parameters
Name Description
T

The type of declarations on which the options can be set or read.

Remarks

See the remarks for the non-generic IHierarchicalOptions interface.

Extension Methods

See Also