C# Class Ink.Parsed.StringExpression

Inheritance: Parsed.Expression
Afficher le fichier Open project: inkle/ink

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GenerateIntoContainer ( Runtime container ) : void
GetHashCode ( ) : int
StringExpression ( List content ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GenerateIntoContainer() public méthode

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StringExpression() public méthode

public StringExpression ( List content ) : System
content List
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string