[corlib] CoreRT System.Threading.Tasks (#6672)
[mono-project.git] / mcs / class / corlib / corert / DependencyReductionRootAttribute.cs
blob34bb027866ab2594454facf5acc04414cf677d1c
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 namespace System.Runtime.CompilerServices
7 [System.Diagnostics.Conditional("NOT_MONO")]
8 class DependencyReductionRootAttribute : Attribute {}