C# Class Ink.Runtime.Divert

Inheritance: Runtime.Object
Mostra file Open project: inkle/ink Class Usage Examples

Public Properties

Property Type Description
stackPushType PushPopType

Public Methods

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

Method Details

Divert() public method

public Divert ( ) : System.Text
return System.Text

Divert() public method

public Divert ( PushPopType stackPushType ) : System.Text
stackPushType PushPopType
return System.Text

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

stackPushType public_oe property

public PushPopType stackPushType
return PushPopType