Class AssertionMethodAttribute
Indicates that the marked method is assertion method, i.e. it halts control flow if one of the conditions is satisfied. To set the condition, mark one of the parameters with JetBrains.Annotations.AssertionConditionAttribute attribute
Implements
Inherited Members
Namespace: JetBrains.Annotations
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class AssertionMethodAttribute : Attribute, _Attribute
Implements
Extension Methods
See Also
JetBrains.Annotations.AssertionConditionAttribute