In Metalama, use ExperimentalAttribute.
Inheritance
ExperimentalAttribute
Namespace: PostSharp.Constraints
Assembly: Metalama.Migration.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module|AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event|AttributeTargets.Interface|AttributeTargets.Delegate, AllowMultiple = true)]
[MulticastAttributeUsage(MulticastTargets.AnyType|MulticastTargets.Field|MulticastTargets.Method)]
[Obsolete("In Metalama, use 'ExperimentalAttribute'.", false)]
public sealed class ExperimentalAttribute : ReferentialConstraint, IReferentialConstraint, IConstraint
Constructors
Name | Description |
---|---|
ExperimentalAttribute() |
Methods
Name | Description |
---|---|
ValidateCode(object, Assembly) |