C# Class System.Windows.Forms.FileDialog.FileNamesTokenizer

Show file Open project: Clancey/MonoMac.Windows.Form

Public Methods

Method Description
FileNamesTokenizer ( string text, bool allowMultiple ) : System
GetNextFile ( ) : void

Private Methods

Method Description
PeekChar ( ) : int
ReadChar ( ) : int
SkipWhitespaceAndQuotes ( ) : void

Method Details

FileNamesTokenizer() public method

public FileNamesTokenizer ( string text, bool allowMultiple ) : System
text string
allowMultiple bool
return System

GetNextFile() public method

public GetNextFile ( ) : void
return void