AjTalk.Model.MethodModel.MethodModel C# (CSharp) Метод

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

public MethodModel ( string selector, IList parameterNames, IList localVariables, IEnumerable body ) : System
selector string
parameterNames IList
localVariables IList
body IEnumerable
Результат System
        public MethodModel(string selector, IList<string> parameterNames, IList<string> localVariables, IEnumerable<IExpression> body)
            : this(selector, parameterNames, localVariables, body, null, false)
        {
        }

Same methods

MethodModel::MethodModel ( string selector, IList parameterNames, IList localVariables, IEnumerable body, ClassModel @class, bool isClassMethod ) : System