C# Класс IronRuby.Runtime.Calls.RubyMethodBody

Represents a Ruby method body AST. Multiple RubyMethodInfos can share the same instance.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
GetDelegate ( RubyScope declaringScope, RubyModule declaringModule ) : Delegate
RubyMethodBody ( MethodDefinition ast, System.Linq.Expressions document, IronRuby.Builtins.RubyEncoding encoding ) : System