C# Class Ink.Runtime.Divert

Inheritance: Runtime.Object
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Свойство Type Description
stackPushType PushPopType

Méthodes publiques

Méthode Description
Divert ( ) : System.Text
Divert ( PushPopType stackPushType ) : System.Text
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Divert() public méthode

public Divert ( ) : System.Text
Résultat System.Text

Divert() public méthode

public Divert ( PushPopType stackPushType ) : System.Text
stackPushType PushPopType
Résultat System.Text

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

stackPushType public_oe property

public PushPopType stackPushType
Résultat PushPopType