IronRuby.Runtime.Calls.BlockDispatcherN.BlockDispatcherN C# (CSharp) Method

BlockDispatcherN() public method

public BlockDispatcherN ( int parameterCount, BlockSignatureAttributes attributesAndArity, string sourcePath, int sourceLine ) : System.Linq.Expressions
parameterCount int
attributesAndArity BlockSignatureAttributes
sourcePath string
sourceLine int
return System.Linq.Expressions
        public BlockDispatcherN(int parameterCount, BlockSignatureAttributes attributesAndArity, string sourcePath, int sourceLine) 
            : base(attributesAndArity, sourcePath, sourceLine) {
            _parameterCount = parameterCount;
        }