C# 클래스 Lightstreamer.DotNet.Client.Support.CollectionsSupport

파일 보기 프로젝트 열기: cityindex-attic/TradingApi.Client.CS

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 정적인 메소드

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

AddAll() 공개 정적인 메소드

public static AddAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
리턴 bool

Clear() 공개 정적인 메소드

public static Clear ( ICollection c ) : void
c ICollection
리턴 void

Contains() 공개 정적인 메소드

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

ContainsAll() 공개 정적인 메소드

public static ContainsAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
리턴 bool

Copy() 공개 정적인 메소드

public static Copy ( IList SourceList, IList TargetList ) : void
SourceList IList
TargetList IList
리턴 void

Fill() 공개 정적인 메소드

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

Max() 공개 정적인 메소드

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

Min() 공개 정적인 메소드

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

Remove() 공개 정적인 메소드

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

RemoveAll() 공개 정적인 메소드

public static RemoveAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
리턴 bool

RetainAll() 공개 정적인 메소드

public static RetainAll ( ICollection target, ICollection c ) : bool
target ICollection
c ICollection
리턴 bool

Shuffle() 공개 정적인 메소드

public static Shuffle ( IList List ) : void
List IList
리턴 void

Shuffle() 공개 정적인 메소드

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

Sort() 공개 정적인 메소드

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

ToArray() 공개 정적인 메소드

public static ToArray ( ICollection c ) : object[]
c ICollection
리턴 object[]

ToArray() 공개 정적인 메소드

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

ToArrayList() 공개 정적인 메소드

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

ToString() 공개 정적인 메소드

public static ToString ( ICollection c ) : string
c ICollection
리턴 string