summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Runtime/CompilerServices/IsVolatile.cs
blob: a7f0e162c3bdae443f5d0e06d0bc842e900ed7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace System.Runtime.CompilerServices 
{
[System.Runtime.InteropServices.ComVisible(true)]
    public static class IsVolatile 
    {
        // no instantiation, please!
    }
}