[Gregor.Core.Collections.CollectionUtil]

Gregor.Core.Collections.CollectionUtil

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public static class Gregor.Core.Collections.CollectionUtil

Custom Attributes: Gregor.Core.Module()

Description: 


Members

BinarySearch<, >

static public System.Int32 BinarySearch(System.Collections.Generic.IList<> list, KeyType key, Gregor.Core.Callback<, , > comparer)

Custom Attributes: 

Description: 

IndexOf

static public System.Int32 IndexOf(System.Collections.IEnumerable col, System.Object obj, System.Boolean fUseEquals)

Custom Attributes: 

Description: 


See Also

Gregor.Core.ModuleAttribute

KeyType

System.Object

System.Collections.Generic.IList<>

System.Collections.IEnumerable

Gregor.Core.Callback<, , >

System.Boolean

System.Int32