Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Irontalk
STMethodPrototype
C# Class Irontalk.STMethodPrototype
Inheritance:
STRuntimeObject
Mostrar archivo
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