Class DoesNotReturnAttribute
- Namespace
- System.Diagnostics.CodeAnalysis
- Assembly
- nanoFramework.System.Runtime.dll
Applied to a method that will never return under any circumstance.
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class DoesNotReturnAttribute : Attribute
- Inheritance
-
DoesNotReturnAttribute
- Inherited Members
- Extension Methods
Constructors
DoesNotReturnAttribute()
public DoesNotReturnAttribute()