Namespace: Metalama.Framework.Options
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class OptionQueryExtensionsMethods
| Name | Description |
|---|---|
| SetOptions<TDeclaration, TOptions>(IQuery<TDeclaration>, Func<TDeclaration, TOptions>) | Sets options for the declarations in the current set of declarations by supplying a Func<TResult>. |
| SetOptions<TDeclaration, TOptions>(IQuery<TDeclaration>, TOptions) | Sets options for the declarations in the current set of declarations by supplying a Func<TResult>. |
| SetOptions<TDeclaration, TTag, TOptions>(ITaggedQuery<TDeclaration, TTag>, Func<TDeclaration, TTag, TOptions>) | Sets options for the declarations in the current set of declarations by supplying a Func<TResult>. |