C# Class Lightstreamer.DotNet.Client.Support.CollectionsSupport

ファイルを表示 Open project: cityindex-attic/TradingApi.Client.CS

Public Methods

Method Description
Add ( ICollection c, object obj ) : bool
AddAll ( ICollection target, ICollection c ) : bool
Clear ( ICollection c ) : void
Contains ( ICollection c, object obj ) : bool
ContainsAll ( ICollection target, ICollection c ) : bool
Copy ( IList SourceList, IList TargetList ) : void
Fill ( IList List, object Element ) : void
Max ( ICollection Collection, IComparer Comparator ) : object
Min ( ICollection Collection, IComparer Comparator ) : object
Remove ( ICollection c, object obj ) : bool
RemoveAll ( ICollection target, ICollection c ) : bool
RetainAll ( ICollection target, ICollection c ) : bool
Shuffle ( IList List ) : void
Shuffle ( IList List, Random RandomList ) : void
Sort ( IList list, IComparer Comparator ) : void
ToArray ( ICollection c ) : object[]
ToArray ( ICollection c, object objects ) : object[]
ToArrayList ( ICollection c ) : ArrayList
ToString ( ICollection c ) : string

Method Details

Add() public static method

public static Add ( ICollection c, object obj ) : bool
c ICollection
obj object
return bool

AddAll() public static method

public static AddAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
return bool

Clear() public static method

public static Clear ( ICollection c ) : void
c ICollection
return void

Contains() public static method

public static Contains ( ICollection c, object obj ) : bool
c ICollection
obj object
return bool

ContainsAll() public static method

public static ContainsAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
return bool

Copy() public static method

public static Copy ( IList SourceList, IList TargetList ) : void
SourceList IList
TargetList IList
return void

Fill() public static method

public static Fill ( IList List, object Element ) : void
List IList
Element object
return void

Max() public static method

public static Max ( ICollection Collection, IComparer Comparator ) : object
Collection ICollection
Comparator IComparer
return object

Min() public static method

public static Min ( ICollection Collection, IComparer Comparator ) : object
Collection ICollection
Comparator IComparer
return object

Remove() public static method

public static Remove ( ICollection c, object obj ) : bool
c ICollection
obj object
return bool

RemoveAll() public static method

public static RemoveAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
return bool

RetainAll() public static method

public static RetainAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
return bool

Shuffle() public static method

public static Shuffle ( IList List ) : void
List IList
return void

Shuffle() public static method

public static Shuffle ( IList List, Random RandomList ) : void
List IList
RandomList System.Random
return void

Sort() public static method

public static Sort ( IList list, IComparer Comparator ) : void
list IList
Comparator IComparer
return void

ToArray() public static method

public static ToArray ( ICollection c ) : object[]
c ICollection
return object[]

ToArray() public static method

public static ToArray ( ICollection c, object objects ) : object[]
c ICollection
objects object
return object[]

ToArrayList() public static method

public static ToArrayList ( ICollection c ) : ArrayList
c ICollection
return System.Collections.ArrayList

ToString() public static method

public static ToString ( ICollection c ) : string
c ICollection
return string