Open sandboxFocus

Class ForcedGenericRunTimeOrCompileTimeAttribute

Attribute that means that the target declaration (and all children declarations) can be called both from compile-time and run-time code, even if the generic type arguments are not run-time-or-compile-time.

Inheritance
ForcedGenericRunTimeOrCompileTimeAttribute
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface|AttributeTargets.Delegate)]
public sealed class ForcedGenericRunTimeOrCompileTimeAttribute : ScopeAttribute

Constructors

Name Description
ForcedGenericRunTimeOrCompileTimeAttribute()

Extension Methods