C# Class IronRuby.Runtime.Calls.BlockDispatcher

Inheritance: BlockDispatcher
Datei anzeigen Open project: reincubate/IronLanguages.Main Class Usage Examples

Protected Properties

Property Type Description
_block T

Public Methods

Method Description
BlockDispatcher ( BlockSignatureAttributes attributesAndArity, string sourcePath, int sourceLine ) : System.Linq.Expressions

Private Methods

Method Description
SetMethod ( object method ) : BlockDispatcher

Method Details

BlockDispatcher() public method

public BlockDispatcher ( BlockSignatureAttributes attributesAndArity, string sourcePath, int sourceLine ) : System.Linq.Expressions
attributesAndArity BlockSignatureAttributes
sourcePath string
sourceLine int
return System.Linq.Expressions

Property Details

_block protected_oe property

protected T _block
return T