File: UI\WebControls\Expressions\RangeType.cs
Project: ndp\fx\src\xsp\system\Extensions\System.Web.Extensions.csproj (System.Web.Extensions)
namespace System.Web.UI.WebControls.Expressions {
    using System;
 
    public enum RangeType {
        None,
        Exclusive,
        Inclusive
    }
}