C# 클래스 ElizaCore.PrePost

Eliza pre-post entry (two words).
Eliza pre-post entry (two words). This is used to store pre transforms or post transforms.
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
Dest ( ) : string

Get dest.

Get dest.

Print ( int indent ) : void

Print the pre-post entry.

Print the pre-post entry.

Src ( ) : string

Get src.

Get src.

비공개 메소드들

메소드 설명
PrePost ( string src, string dest )

Initialize the pre-post entry.

Initialize the pre-post entry.

메소드 상세

Dest() 공개 메소드

Get dest.
Get dest.
public Dest ( ) : string
리턴 string

Print() 공개 메소드

Print the pre-post entry.
Print the pre-post entry.
public Print ( int indent ) : void
indent int
리턴 void

Src() 공개 메소드

Get src.
Get src.
public Src ( ) : string
리턴 string