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

15 lines
335 B
Plaintext

// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
namespace System
{
public struct UInt64 {
public String! ToString();
}
}