Home
last modified time | relevance | path

Searched defs:TAggregate (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs59 where TAggregate : struct struct in Antlr.Runtime.JavaExtensions.EnumerableExtensions
61 Check.Source(source); in Check.Source()
63 var total = default(TAggregate);
64 long counter = 0;
71 throw new InvalidOperationException(); in InvalidOperationException()