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