// // NumberObject.cs: // // Author: Cesar Octavio Lopez Nataren // // (C) 2003, Cesar Octavio Lopez Nataren, // namespace Microsoft.JScript { using System; public class NumberObject : JSObject { public new Type GetType () { throw new NotImplementedException (); } } }