C# Class ElizaCore.PrePost

Eliza pre-post entry (two words).
Eliza pre-post entry (two words). This is used to store pre transforms or post transforms.
显示文件 Open project: xamarin/monotouch-samples

Public Methods

Method Description
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.

Private Methods

Method Description
PrePost ( string src, string dest )

Initialize the pre-post entry.

Initialize the pre-post entry.

Method Details

Dest() public method

Get dest.
Get dest.
public Dest ( ) : string
return string

Print() public method

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

Src() public method

Get src.
Get src.
public Src ( ) : string
return string