'宣言
<System.Reflection.DefaultMemberAttribute("Item")> <System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")> <System.Diagnostics.DebuggerTypeProxyAttribute(C1.LiveLinq.SequenceDebugView)> Public Class AggregationView (Of TSource,TResult) Inherits View(Of TResult) Implements C1.LiveLinq.Indexing.IIndexedSource(Of TResult), C1.LiveLinq.IObservableSource(Of TResult)
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerDisplay("Count={Count}")] [System.Diagnostics.DebuggerTypeProxy(C1.LiveLinq.SequenceDebugView)] public class AggregationView<TSource,TResult> : View<TResult>, C1.LiveLinq.Indexing.IIndexedSource<TResult>, C1.LiveLinq.IObservableSource<TResult>