C# Class VendingMachine.Console.AbstractConsoleReadBuffer

Show file Open project: posaunehm/Codersation Class Usage Examples

Public Methods

Method Description
Read ( ) : char
ReadLine ( ) : string

Protected Methods

Method Description
AbstractConsoleReadBuffer ( IEnumerable inPhrases ) : System
ReadCore ( ) : char

Private Methods

Method Description
ClearBuffer ( ) : void
FilterCompletion ( string inTarget ) : IEnumerable
GetCurrentText ( bool inInCompleting ) : string
InitCompletement ( string inTarget ) : Func
InitCompletementCore ( string inTarget ) : IEnumerator
MakeDictionary ( IEnumerable inPhrases ) : IEnumerable
OnBufferUpdated ( ) : void

Method Details

AbstractConsoleReadBuffer() protected method

protected AbstractConsoleReadBuffer ( IEnumerable inPhrases ) : System
inPhrases IEnumerable
return System

Read() public method

public Read ( ) : char
return char

ReadCore() protected abstract method

protected abstract ReadCore ( ) : char
return char

ReadLine() public method

public ReadLine ( ) : string
return string