AjScript.Language.Function.Function C# (CSharp) Метод

Function() публичный Метод

public Function ( string parameterNames, ICommand body ) : System
parameterNames string
body ICommand
Результат System
        public Function(string[] parameterNames, ICommand body)
            : this(parameterNames, body, null)
        {
        }

Same methods

Function::Function ( ) : System
Function::Function ( string parameterNames, ICommand body, IContext context ) : System