C# Class Test.Function

Inheritance: LuaSharp.ClrFunction
Afficher le fichier Open project: jsimmons/LuaSharp

Méthodes publiques

Méthode Description
Function ( ) : System

Méthodes protégées

Méthode Description
OnInvoke ( Lua state, object args ) : object[]

Method Details

Function() public méthode

public Function ( ) : System
Résultat System

OnInvoke() protected méthode

protected OnInvoke ( Lua state, object args ) : object[]
state LuaSharp.Lua
args object
Résultat object[]