C# Class IronRuby.Runtime.RubyScriptCode.CustomGenerator

Inheritance: System.Runtime.CompilerServices.DebugInfoGenerator
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
MarkSequencePoint ( LambdaExpression method, int ilOffset, DebugInfoExpression node ) : void

Method Details

MarkSequencePoint() public méthode

public MarkSequencePoint ( LambdaExpression method, int ilOffset, DebugInfoExpression node ) : void
method System.Linq.Expressions.LambdaExpression
ilOffset int
node System.Linq.Expressions.DebugInfoExpression
Résultat void