[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/tlecomte/ClearScript/master/ClearScript/Util/Nonexistent.cs [Back]  [Original]

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.

namespace Microsoft.ClearScript.Util
{
    internal sealed class Nonexistent
    {
        public static readonly Nonexistent Value = new Nonexistent();

        private Nonexistent()
        {
        }
    }
}

Web Proxy Viewer  |  New URL  |  Original Page