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

16 lines
354 B
Plaintext

// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
using System;
namespace System
{
public struct Boolean
{
public override string! ToString();
}
}