singrdk/base/Kernel/SpecSharp.Contracts/System.Int16.sg

15 lines
334 B
Plaintext
Raw Normal View History

2008-11-17 18:29:00 -05:00
// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
namespace System
{
public struct Int16 {
public String! ToString();
}
}