C# 클래스 Stratosphere.Imap.ImapList

파일 보기 프로젝트 열기: petrohi/Stratosphere.Imap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty ImapList

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddString ( string s ) : void
ImapList ( ) : System
ImapList ( IEnumerator chars ) : System

메소드 상세

GetListAt() 공개 메소드

public GetListAt ( int i ) : ImapList
i int
리턴 ImapList

GetStringAt() 공개 메소드

public GetStringAt ( int i ) : string
i int
리턴 string

IndexOfString() 공개 메소드

public IndexOfString ( string s ) : int
s string
리턴 int

IsListAt() 공개 메소드

public IsListAt ( int i ) : bool
i int
리턴 bool

IsStringAt() 공개 메소드

public IsStringAt ( int i ) : bool
i int
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( string content ) : ImapList
content string
리턴 ImapList

ToBasicTypesList() 공개 메소드

public ToBasicTypesList ( ) : List
리턴 List

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static ImapList,Stratosphere.Imap Empty
리턴 ImapList