C# Class AK.SymbolList

Show file Open project: akuukka/ExpressionSolver Class Usage Examples

Public Properties

Property Type Description
symbols List

Public Methods

Method 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 method

public Append ( Symbol s ) : int
s Symbol
return int

InsertBefore() public method

public InsertBefore ( int index, Symbol s ) : void
index int
s Symbol
return void

SetSymbolAtIndex() public method

public SetSymbolAtIndex ( int index, Symbol s ) : void
index int
s Symbol
return void

ToString() public method

public ToString ( ) : string
return string

getSymbol() public method

public getSymbol ( int index ) : Symbol
index int
return Symbol

Property Details

symbols public property

public List symbols
return List