singrdk/base/Interfaces/Baseattrs/IsVolatile.csi

14 lines
254 B
Plaintext
Raw Permalink Normal View History

2008-03-05 09:52:00 -05:00
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System.Runtime.CompilerServices
{
//| <include path='docs/doc[@for="IsVolatile"]/*' />
public sealed class IsVolatile
{
}
}