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.
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

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

Méthode Description
PrePost ( string src, string dest )

Initialize the pre-post entry.

Initialize the pre-post entry.

Method Details

Dest() public méthode

Get dest.
Get dest.
public Dest ( ) : string
Résultat string

Print() public méthode

Print the pre-post entry.
Print the pre-post entry.
public Print ( int indent ) : void
indent int
Résultat void

Src() public méthode

Get src.
Get src.
public Src ( ) : string
Résultat string