Author: marek
Date: 2007-01-19 15:50:43 -0500 (Fri, 19 Jan 2007)
New Revision: 71363
Added:
trunk/olive/class/System.Core/System.Linq.Expressions/Expression_T.cs
Modified:
trunk/olive/class/System.Core/System.Linq.Expressions/ChangeLog
Log:
2007-01-19 Marek Safar <[EMAIL PROTECTED]>
* Expression_T.cs: New file.
Modified: trunk/olive/class/System.Core/System.Linq.Expressions/ChangeLog
===================================================================
--- trunk/olive/class/System.Core/System.Linq.Expressions/ChangeLog
2007-01-19 19:27:17 UTC (rev 71362)
+++ trunk/olive/class/System.Core/System.Linq.Expressions/ChangeLog
2007-01-19 20:50:43 UTC (rev 71363)
@@ -1,3 +1,7 @@
+2007-01-19 Marek Safar <[EMAIL PROTECTED]>
+
+ * Expression_T.cs: New file.
+
2006-11-02 Marek Safar <[EMAIL PROTECTED]>
* Initial checkin.
Added: trunk/olive/class/System.Core/System.Linq.Expressions/Expression_T.cs
===================================================================
--- trunk/olive/class/System.Core/System.Linq.Expressions/Expression_T.cs
2007-01-19 19:27:17 UTC (rev 71362)
+++ trunk/olive/class/System.Core/System.Linq.Expressions/Expression_T.cs
2007-01-19 20:50:43 UTC (rev 71363)
@@ -0,0 +1,31 @@
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+//
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+//
+// Authors:
+// Marek Safar ([EMAIL PROTECTED])
+//
+
+using System;
+using System.Collections.Generic;
+
+namespace System.Linq.Expressions
+{
+ public sealed class Expression<TDelegate>
+ {
+ }
+}
Property changes on:
trunk/olive/class/System.Core/System.Linq.Expressions/Expression_T.cs
___________________________________________________________________
Name: svn:eol-style
+ native
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches