[Gregor.Core.TupleUtil]

Gregor.Core.TupleUtil

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.TupleUtil

Custom Attributes: 

Description: 


Members

b__0<>

static private System.Boolean b__0(Gregor.Core.ITuple<> a, Gregor.Core.ITuple<> b)

Custom Attributes: System.Runtime.CompilerServices.CompilerGenerated()

Description: 

b__1<, >

static private System.Boolean b__1(Gregor.Core.ITuple<, > a, Gregor.Core.ITuple<, > b)

Custom Attributes: System.Runtime.CompilerServices.CompilerGenerated()

Description: 

b__2<, , >

static private System.Boolean b__2(Gregor.Core.ITuple<, , > a, Gregor.Core.ITuple<, , > b)

Custom Attributes: System.Runtime.CompilerServices.CompilerGenerated()

Description: 

b__3<, , , >

static private System.Boolean b__3(Gregor.Core.ITuple<, , , > a, Gregor.Core.ITuple<, , , > b)

Custom Attributes: System.Runtime.CompilerServices.CompilerGenerated()

Description: 

b__4<, , , , >

static private System.Boolean b__4(Gregor.Core.ITuple<, , , , > a, Gregor.Core.ITuple<, , , , > b)

Custom Attributes: System.Runtime.CompilerServices.CompilerGenerated()

Description: 

FilterTuples<, , , >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, T0 match1, T1 match2, T2 match3, T3 match4)

Custom Attributes: 

Description: 

FilterTuples<, , , , >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, T0 match1, T1 match2, T2 match3, T3 match4, T4 match5)

Custom Attributes: 

Description: 

FilterTuples<, , >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, T0 match1, T1 match2, T2 match3)

Custom Attributes: 

Description: 

FilterTuples<>

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, T0 match1)

Custom Attributes: 

Description: 

FilterTuples<, >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, T0 match1, T1 match2)

Custom Attributes: 

Description: 

FilterTuples<, >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, Gregor.Core.ITuple<, > match, Gregor.Core.TupleMatcher<, > matchCallback)

Custom Attributes: 

Description: 

FilterTuples<>

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, Gregor.Core.ITuple<> match, Gregor.Core.TupleMatcher<> matchCallback)

Custom Attributes: 

Description: 

FilterTuples<, , >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, Gregor.Core.ITuple<, , > match, Gregor.Core.TupleMatcher<, , > matchCallback)

Custom Attributes: 

Description: 

FilterTuples<, , , , >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, Gregor.Core.ITuple<, , , , > match, Gregor.Core.TupleMatcher<, , , , > matchCallback)

Custom Attributes: 

Description: 

FilterTuples<, , , >

static public System.Collections.Generic.IEnumerable<> FilterTuples(System.Collections.Generic.IEnumerable<> source, Gregor.Core.ITuple<, , , > match, Gregor.Core.TupleMatcher<, , , > matchCallback)

Custom Attributes: 

Description: 


See Also

System.Object

System.Runtime.CompilerServices.CompilerGeneratedAttribute

T0

T1

T2

T3

T4

Gregor.Core.ITuple<, , , , >

Gregor.Core.ITuple<, , , >

Gregor.Core.ITuple<, , >

Gregor.Core.ITuple<, >

Gregor.Core.ITuple<>

System.Collections.Generic.IEnumerable<>

System.Collections.Generic.IEnumerable<>

System.Collections.Generic.IEnumerable<>

System.Collections.Generic.IEnumerable<>

System.Collections.Generic.IEnumerable<>

Gregor.Core.TupleMatcher<, , , , >

Gregor.Core.TupleMatcher<, , , >

Gregor.Core.TupleMatcher<, , >

Gregor.Core.TupleMatcher<, >

Gregor.Core.TupleMatcher<>

System.Boolean