|
@@ -2,10 +2,6 @@
|
|
|
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
|
-using System;
|
|
|
-using System.Collections.Generic;
|
|
|
-using System.Collections.ObjectModel;
|
|
|
-using System.Linq;
|
|
|
using System.Reactive.Disposables;
|
|
|
|
|
|
namespace System.Reactive.Linq.ObservableImpl
|
|
@@ -14,7 +10,7 @@ namespace System.Reactive.Linq.ObservableImpl
|
|
|
|
|
|
/* The following code is generated by a T4 template. */
|
|
|
|
|
|
- #region CombineLatest auto-generated code (4/14/2017 12:11:22 PM)
|
|
|
+ #region CombineLatest auto-generated code (4/14/2017 12:18:58 PM)
|
|
|
|
|
|
internal sealed class CombineLatest<T1, T2, T3, TResult> : Producer<TResult>
|
|
|
{
|