C# Class SmartQuant.FinChart.PadList

Inheritance: IList
Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Pad pad ) : int
Clear ( ) : void
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( Pad pad ) : int
Insert ( int index, Pad pad ) : void
Remove ( Pad pad ) : void
RemoveAt ( int index ) : void
this ( int index ) : Pad

Private Methods

Méthode Description
IList ( object value ) : bool
IList ( object value ) : int
IList ( int index, object value ) : void
IList ( object value ) : void
this ( int index ) : objectIList.System

Method Details

Add() public méthode

public Add ( Pad pad ) : int
pad Pad
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( Pad pad ) : int
pad Pad
Résultat int

Insert() public méthode

public Insert ( int index, Pad pad ) : void
index int
pad Pad
Résultat void

Remove() public méthode

public Remove ( Pad pad ) : void
pad Pad
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : Pad
index int
Résultat Pad