File: system\runtime\compilerservices\isvolatile.cs
Project: ndp\clr\src\bcl\mscorlib.csproj (mscorlib)
// ==++==
// 
//   Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// ==--==
namespace System.Runtime.CompilerServices 
{
[System.Runtime.InteropServices.ComVisible(true)]
    public static class IsVolatile 
    {
        // no instantiation, please!
    }
}