C# Class Stratosphere.Imap.ImapList

Datei anzeigen Open project: petrohi/Stratosphere.Imap Class Usage Examples

Public Properties

Property Type Description
Empty ImapList

Public Methods

Method Description
GetListAt ( int i ) : ImapList
GetStringAt ( int i ) : string
IndexOfString ( string s ) : int
IsListAt ( int i ) : bool
IsStringAt ( int i ) : bool
Parse ( string content ) : ImapList
ToBasicTypesList ( ) : List

Private Methods

Method Description
AddString ( string s ) : void
ImapList ( ) : System
ImapList ( IEnumerator chars ) : System

Method Details

GetListAt() public method

public GetListAt ( int i ) : ImapList
i int
return ImapList

GetStringAt() public method

public GetStringAt ( int i ) : string
i int
return string

IndexOfString() public method

public IndexOfString ( string s ) : int
s string
return int

IsListAt() public method

public IsListAt ( int i ) : bool
i int
return bool

IsStringAt() public method

public IsStringAt ( int i ) : bool
i int
return bool

Parse() public static method

public static Parse ( string content ) : ImapList
content string
return ImapList

ToBasicTypesList() public method

public ToBasicTypesList ( ) : List
return List

Property Details

Empty public_oe static_oe property

public static ImapList,Stratosphere.Imap Empty
return ImapList