C# Class Stratosphere.Imap.ImapList

Afficher le fichier Open project: petrohi/Stratosphere.Imap Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty ImapList

Méthodes publiques

Méthode 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

Méthode Description
AddString ( string s ) : void
ImapList ( ) : System
ImapList ( IEnumerator chars ) : System

Method Details

GetListAt() public méthode

public GetListAt ( int i ) : ImapList
i int
Résultat ImapList

GetStringAt() public méthode

public GetStringAt ( int i ) : string
i int
Résultat string

IndexOfString() public méthode

public IndexOfString ( string s ) : int
s string
Résultat int

IsListAt() public méthode

public IsListAt ( int i ) : bool
i int
Résultat bool

IsStringAt() public méthode

public IsStringAt ( int i ) : bool
i int
Résultat bool

Parse() public static méthode

public static Parse ( string content ) : ImapList
content string
Résultat ImapList

ToBasicTypesList() public méthode

public ToBasicTypesList ( ) : List
Résultat List

Property Details

Empty public_oe static_oe property

public static ImapList,Stratosphere.Imap Empty
Résultat ImapList