C# Class AK.SymbolList

Afficher le fichier Open project: akuukka/ExpressionSolver Class Usage Examples

Méthodes publiques

Свойство Type Description
symbols List

Méthodes publiques

Méthode Description
Append ( Symbol s ) : int
InsertBefore ( int index, Symbol s ) : void
SetSymbolAtIndex ( int index, Symbol s ) : void
ToString ( ) : string
getSymbol ( int index ) : Symbol

Method Details

Append() public méthode

public Append ( Symbol s ) : int
s Symbol
Résultat int

InsertBefore() public méthode

public InsertBefore ( int index, Symbol s ) : void
index int
s Symbol
Résultat void

SetSymbolAtIndex() public méthode

public SetSymbolAtIndex ( int index, Symbol s ) : void
index int
s Symbol
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

getSymbol() public méthode

public getSymbol ( int index ) : Symbol
index int
Résultat Symbol

Property Details

symbols public_oe property

public List symbols
Résultat List