C# Class SmartQuant.FinChart.SortedRangeList

Inheritance: ICollection
Show file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Add ( IDateDrawable item ) : void
Clear ( ) : void
Contains ( System.DateTime dateTime ) : bool
CopyTo ( Array array, int index ) : void
GetDateTime ( int index ) : System.DateTime
GetEnumerator ( ) : IEnumerator
GetNextIndex ( System.DateTime dateTime ) : int
GetPrevIndex ( System.DateTime dateTime ) : int
SortedRangeList ( ) : System
SortedRangeList ( bool right ) : System
this ( System.DateTime dateTime ) : ArrayList
this ( int index ) : ArrayList

Private Methods

Method Description
WillAtIndex ( System.DateTime dateTime ) : int

Method Details

Add() public method

public Add ( IDateDrawable item ) : void
item IDateDrawable
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( System.DateTime dateTime ) : bool
dateTime System.DateTime
return bool

CopyTo() public method

public CopyTo ( Array array, int index ) : void
array System.Array
index int
return void

GetDateTime() public method

public GetDateTime ( int index ) : System.DateTime
index int
return System.DateTime

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetNextIndex() public method

public GetNextIndex ( System.DateTime dateTime ) : int
dateTime System.DateTime
return int

GetPrevIndex() public method

public GetPrevIndex ( System.DateTime dateTime ) : int
dateTime System.DateTime
return int

SortedRangeList() public method

public SortedRangeList ( ) : System
return System

SortedRangeList() public method

public SortedRangeList ( bool right ) : System
right bool
return System

this() public method

public this ( System.DateTime dateTime ) : ArrayList
dateTime System.DateTime
return System.Collections.ArrayList

this() public method

public this ( int index ) : ArrayList
index int
return System.Collections.ArrayList