C# Class IronRuby.Runtime.Calls.BlockDispatcher

Inheritance: BlockDispatcher
Afficher le fichier Open project: reincubate/IronLanguages.Main Class Usage Examples

Protected Properties

Свойство Type Description
_block T

Méthodes publiques

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

Private Methods

Méthode Description
SetMethod ( object method ) : BlockDispatcher

Method Details

BlockDispatcher() public méthode

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

Property Details

_block protected_oe property

protected T _block
Résultat T