singrdk/base/Libraries/Policy/Cell.cs

12 lines
384 B
C#

// ----------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ----------------------------------------------------------------------------
namespace Microsoft.Singularity.Policy.Engine
{
// A Cell is a value held in the heap or the stack.
internal abstract class Cell { }
}