singrdk/base/Kernel/SpecSharp.Contracts/Microsoft.Singularity.Proce...

15 lines
369 B
Plaintext

// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
using System;
namespace Microsoft.Singularity
{
public class Process
{
public static Process[]! processTable;
}
}