C# Class Newmoon.Continuation

Mostrar archivo Open project: tonyg/newmoon Class Usage Examples

Public Properties

Property Type Description
module Module

Public Methods

Method Description
Continuation ( Module module ) : System
Reply ( ) : object
Reply ( object a ) : object
Reply ( object a, object b ) : object
Reply ( object a, object b, object c ) : object
Reply ( object a, object b, object c, object d ) : object
ReplyVarargs ( object args ) : object

Method Details

Continuation() public method

public Continuation ( Module module ) : System
module Module
return System

Reply() public abstract method

public abstract Reply ( ) : object
return object

Reply() public abstract method

public abstract Reply ( object a ) : object
a object
return object

Reply() public abstract method

public abstract Reply ( object a, object b ) : object
a object
b object
return object

Reply() public abstract method

public abstract Reply ( object a, object b, object c ) : object
a object
b object
c object
return object

Reply() public abstract method

public abstract Reply ( object a, object b, object c, object d ) : object
a object
b object
c object
d object
return object

ReplyVarargs() public abstract method

public abstract ReplyVarargs ( object args ) : object
args object
return object

Property Details

module public_oe property

public Module,Newmoon module
return Module