Class AotIncompatibleAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)]
[Obsolete("All units should now be AOT compatible via code generation.")]
public sealed class AotIncompatibleAttribute : Attribute, _Attribute
Constructors
AotIncompatibleAttribute()
Declaration
public AotIncompatibleAttribute()