C# Class IronRuby.Runtime.RubyScriptCode.CustomGenerator

Inheritance: System.Runtime.CompilerServices.DebugInfoGenerator
Show file Open project: jschementi/iron

Public Methods

Method Description
MarkSequencePoint ( LambdaExpression method, int ilOffset, DebugInfoExpression node ) : void

Method Details

MarkSequencePoint() public method

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