C# Class Irontalk.STMethodPrototype

Inheritance: STRuntimeObject
Exibir arquivo Open project: rezonant/irontalk Class Usage Examples

Public Methods

Method Description
STMethodPrototype ( STClass @class, STSymbol selector, STSymbol parameterNames ) : System

Private Methods

Method Description
ToString ( ) : string
With ( STBlock block ) : STCompiledMethod

Method Details

STMethodPrototype() public method

public STMethodPrototype ( STClass @class, STSymbol selector, STSymbol parameterNames ) : System
@class STClass
selector STSymbol
parameterNames STSymbol
return System