public BlockDispatcher3(BlockCallTarget3 /*!*/ block, BlockSignatureAttributes attributes) : base(attributes) { Assert.NotNull(block); Debug.Assert(!HasUnsplatParameter); _block = block; }
public static Proc/*!*/ Create(RubyContext/*!*/ context, BlockCallTarget3/*!*/ clrMethod) { return Create(context, 3, BlockSignatureAttributes.None, clrMethod); }
public static Proc /*!*/ Create(RubyContext /*!*/ context, BlockCallTarget3 /*!*/ clrMethod) { return(Create(context, 3, BlockSignatureAttributes.None, clrMethod)); }
public BlockDispatcher3(BlockCallTarget3/*!*/ block, BlockSignatureAttributes attributes) : base(attributes) { Assert.NotNull(block); Debug.Assert(!HasUnsplatParameter); _block = block; }
public static Proc/*!*/ Create(RubyContext/*!*/ context, BlockCallTarget3/*!*/ clrMethod) { return Create(context, clrMethod, 3); }